Skip to content

Commit bca4db7

Browse files
Update print statement for current floor in testcode
1 parent cb05301 commit bca4db7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/time.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ They are processed as soon as the clock time value exceeds the expected delay:
350350

351351
interpreter.clock.time = 5
352352
interpreter.execute()
353-
print('Current floor:', interpreter.context['current']) # Still on ground floor
353+
print('Current floor:', interpreter.context['current']) # floor is reached
354354

355355
.. testoutput:: delayed
356356

0 commit comments

Comments
 (0)