summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b5923430..fb7a9590 100755
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ Drop-in replacement adds several features for command-prompt tools:
* bare >, >>, < redirect to/from paste buffer
* accepts abbreviated commands when unambiguous
* `py` enters interactive Python console
- * test apps against sample session transcript (see example/example.py)
+ * test apps against sample session transcript (see examples/example.py)
Useable without modification anywhere cmd is used; simply import cmd2.Cmd in place of cmd.Cmd.
"""