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.
1 parent 01ef087 commit 90621eeCopy full SHA for 90621ee
README.md
@@ -7,7 +7,7 @@
7
8
Implementation of asynchronous `mainloop` for tkinter, the use of which allows using `async` handler functions.
9
It is intended to be as simple to use as possible. No fancy unusual syntax or constructions - just use an alternative
10
-function instead of `root.mainloop()` and wrap asynchronous handlers into helper functions.
+function instead of `root.mainloop()` and wrap asynchronous handlers into a helper function.
11
12
Based on ideas from:
13
0 commit comments