Skip to content

Commit 44ac53c

Browse files
Fix python indentation mistake in README.rst
1 parent dd06f68 commit 44ac53c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ A very quick example of using Effects:
6161
success=lambda result: print("I like {} too!".format(result)),
6262
error=lambda e: print("sorry, there was an error. {}".format(e)))
6363
64-
dispatcher = TypeDispatcher({ReadLine: perform_read_line})
65-
perform(dispatcher, effect)
64+
dispatcher = TypeDispatcher({ReadLine: perform_read_line})
65+
perform(dispatcher, effect)
6666
6767
if __name__ == '__main__':
6868
main()

0 commit comments

Comments
 (0)