We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd06f68 + 44ac53c commit 4503a09Copy full SHA for 4503a09
README.rst
@@ -61,8 +61,8 @@ A very quick example of using Effects:
61
success=lambda result: print("I like {} too!".format(result)),
62
error=lambda e: print("sorry, there was an error. {}".format(e)))
63
64
- dispatcher = TypeDispatcher({ReadLine: perform_read_line})
65
- perform(dispatcher, effect)
+ dispatcher = TypeDispatcher({ReadLine: perform_read_line})
+ perform(dispatcher, effect)
66
67
if __name__ == '__main__':
68
main()
0 commit comments