diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-07-10 22:05:37 -0400 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-07-10 22:05:37 -0400 |
| commit | a46ad5fbac0f7b32ed3565b94398fd45aec9e235 (patch) | |
| tree | 78cfa9004438cbb385b1acc3be3671f1f9bcde95 /cmd2.py | |
| parent | 9a949467e3820af4477f6f7ea3bfe06a2a4fb7ae (diff) | |
| download | cmd2-git-a46ad5fbac0f7b32ed3565b94398fd45aec9e235.tar.gz | |
Fixed a comment and updated CHANGES
Diffstat (limited to 'cmd2.py')
| -rwxr-xr-x | cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -684,7 +684,7 @@ class Cmd(cmd.Cmd): def onecmd_plus_hooks(self, line): """Top-level function called by cmdloop() to handle parsing a line and running the command and all of its hooks. - :param line: str - line of text read from inp + :param line: str - line of text read from input :return: bool - True if cmdloop() should exit, False otherwise """ stop = 0 |
