summaryrefslogtreecommitdiff
path: root/cmd2.py
diff options
context:
space:
mode:
authorCatherine Devlin <catherine.devlin@gmail.com>2010-07-07 19:24:15 -0400
committerCatherine Devlin <catherine.devlin@gmail.com>2010-07-07 19:24:15 -0400
commitf15a3fa97f6447b19bd7a644eff8c153a51aa8f4 (patch)
treec51fb671f857f435c38aea577c691dc53a483572 /cmd2.py
parentecbc63fda1dd06416c5293e0183806fda5e93008 (diff)
downloadcmd2-git-f15a3fa97f6447b19bd7a644eff8c153a51aa8f4.tar.gz
before jens bundle
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 c052e023..96edb202 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -99,7 +99,7 @@ options_defined = [] # used to distinguish --options from SQL-style --comments
def options(option_list):
'''Used as a decorator and passed a list of optparse-style options,
- alters a cmd2 methodo populate its ``opts`` argument from its
+ alters a cmd2 method to populate its ``opts`` argument from its
raw text argument.
Example: transform