diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-07-10 08:32:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-10 08:32:46 -0400 |
commit | b9c56fd456b84f7eaeb98f393603907f4bf15e4d (patch) | |
tree | 4e60d9c4d0b207656eb071b3428031796969e15b | |
parent | d205854519de8e1c299f0ec619595118803fab81 (diff) | |
parent | 6074ff50093325ea2bc4a5b629afbdb506891de3 (diff) | |
download | cmd2-git-b9c56fd456b84f7eaeb98f393603907f4bf15e4d.tar.gz |
Merge pull request #185 from felixonmars/fix-typo
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 |