Skip to content

Commit 7030b56

Browse files
committed
update from Atlas
1 parent f4cdee2 commit 7030b56

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+316
-13
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
YKCOWREBBAJ
1616
>>> what # <4>
1717
'JABBERWOCKY'
18+
>>> print('Back to normal.') # <5>
19+
Back to normal.
1820
1921
# END MIRROR_DEMO_1
2022
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def main(data): # <8>
7575
next(group) # <10>
7676
for value in values:
7777
group.send(value) # <11>
78-
group.send(None) # <12>
78+
group.send(None) # important! <12>
7979

8080
# print(results) # uncomment to debug
8181
report(results)

0 commit comments

Comments
 (0)