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