Skip to content

Commit ef7684b

Browse files
committed
remove apostopher from execute
1 parent f09e3a7 commit ef7684b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patterns/behavioral/command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
We have a menu containing two items. Each item accepts a file name, one hides the file
1111
and the other deletes it. Both items have an undo option.
1212
Each item is a MenuItem class that accepts the corresponding command as input and executes
13-
it's `execute` method when it is pressed.
13+
it's execute method when it is pressed.
1414
1515
*TL;DR
1616
Object oriented implementation of callback functions.

0 commit comments

Comments
 (0)