From a46ad5fbac0f7b32ed3565b94398fd45aec9e235 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Mon, 10 Jul 2017 22:05:37 -0400 Subject: Fixed a comment and updated CHANGES --- cmd2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd2.py') diff --git a/cmd2.py b/cmd2.py index e5ee62c0..07ccb2a8 100755 --- a/cmd2.py +++ b/cmd2.py @@ -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 -- cgit v1.2.1