Skip to content

Commit 5ce3a64

Browse files
committed
Fixed spelling in a docstring
1 parent fde6b72 commit 5ce3a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd2/command_definition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def __init__(self) -> None:
9898
def on_register(self, cmd: 'cmd2.Cmd') -> None:
9999
"""
100100
Called by cmd2.Cmd as the first step to registering a CommandSet. The commands defined in this class have
101-
not be added to the CLI object at this point. Subclasses can override this to perform any initialization
101+
not been added to the CLI object at this point. Subclasses can override this to perform any initialization
102102
requiring access to the Cmd object (e.g. configure commands and their parsers based on CLI state data).
103103
104104
:param cmd: The cmd2 main application

0 commit comments

Comments
 (0)