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 fed1e21 commit 382cec1Copy full SHA for 382cec1
patterns/behavioral/command.py
@@ -7,10 +7,10 @@
7
method for each menu item and pass to it.
8
9
*About the example
10
-We have a menu containing two items. Each item accept a file name, one hides the file
11
-and the other deletes it. Both items have undo option.
12
-Each item is a MenuItem class that accept corresponding command as input and executes
13
-its `execute` method when it is pressed.
+We have a menu containing two items. Each item accepts a file name, one hides the file
+and the other deletes it. Both items have an undo option.
+Each item is a MenuItem class that accepts the corresponding command as input and executes
+it's execute` method when it is pressed.
14
15
*TL;DR
16
Object oriented implementation of callback functions.
0 commit comments