summaryrefslogtreecommitdiff
path: root/cmd2.py
diff options
context:
space:
mode:
Diffstat (limited to 'cmd2.py')
-rwxr-xr-xcmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2.py b/cmd2.py
index a6e407e1..4fee16af 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -1799,7 +1799,7 @@ class ParserManager:
"""
def __init__(self, redirector, terminators, multilineCommands, legalChars, commentGrammars, commentInProgress,
case_insensitive, blankLinesAllowed, prefixParser, preparse, postparse, shortcuts):
- """Creates and uses parsers for user input according to app's paramters."""
+ """Creates and uses parsers for user input according to app's parameters."""
self.commentGrammars = commentGrammars
self.preparse = preparse