diff options
author | Felix Yan <felixonmars@archlinux.org> | 2017-07-10 15:41:04 +0800 |
---|---|---|
committer | Felix Yan <felixonmars@archlinux.org> | 2017-07-10 15:41:04 +0800 |
commit | 6074ff50093325ea2bc4a5b629afbdb506891de3 (patch) | |
tree | 4e60d9c4d0b207656eb071b3428031796969e15b | |
parent | d205854519de8e1c299f0ec619595118803fab81 (diff) | |
download | cmd2-git-6074ff50093325ea2bc4a5b629afbdb506891de3.tar.gz |
Fix a typo: paramters -> parameters
-rwxr-xr-x | cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |