Skip to content

Commit 90621ee

Browse files
committed
"into helper functions" -> "into a helper function"
1 parent 01ef087 commit 90621ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Implementation of asynchronous `mainloop` for tkinter, the use of which allows using `async` handler functions.
99
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.
10+
function instead of `root.mainloop()` and wrap asynchronous handlers into a helper function.
1111

1212
Based on ideas from:
1313

0 commit comments

Comments
 (0)