Skip to content

Commit

Permalink
Fixed spelling in a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvanbrunt committed Feb 24, 2022
1 parent fde6b72 commit 5ce3a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd2/command_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def __init__(self) -> None:
def on_register(self, cmd: 'cmd2.Cmd') -> None:
"""
Called by cmd2.Cmd as the first step to registering a CommandSet. The commands defined in this class have
not be added to the CLI object at this point. Subclasses can override this to perform any initialization
not been added to the CLI object at this point. Subclasses can override this to perform any initialization
requiring access to the Cmd object (e.g. configure commands and their parsers based on CLI state data).
:param cmd: The cmd2 main application
Expand Down

0 comments on commit 5ce3a64

Please sign in to comment.