summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/examples.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/examples.py b/doc/examples/examples.py
index 0ae212601..6711492c7 100644
--- a/doc/examples/examples.py
+++ b/doc/examples/examples.py
@@ -62,7 +62,7 @@ def validate_name(ugettext, name):
class exhelloworld(Command):
"""
- Example commnad: Hello world!
+ Example command: Hello world!
"""
# takes_args is an attribute of Command. It's a tuple containing
# instances of Param (or its subclasses such as Str) that define