summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-07-10 08:32:46 -0400
committerGitHub <noreply@github.com>2017-07-10 08:32:46 -0400
commitb9c56fd456b84f7eaeb98f393603907f4bf15e4d (patch)
tree4e60d9c4d0b207656eb071b3428031796969e15b
parentd205854519de8e1c299f0ec619595118803fab81 (diff)
parent6074ff50093325ea2bc4a5b629afbdb506891de3 (diff)
downloadcmd2-git-b9c56fd456b84f7eaeb98f393603907f4bf15e4d.tar.gz
Merge pull request #185 from felixonmars/fix-typo
Fix a typo: paramters -> parameters
-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