summaryrefslogtreecommitdiff
path: root/cliapp/app.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-09-12 10:44:19 +0100
committerLars Wirzenius <liw@liw.fi>2012-09-12 10:44:19 +0100
commit8290d86115115e6fafa95a26a08d275eb6787a26 (patch)
tree310363daedd9cb0233a30f745599937304fc8a87 /cliapp/app.py
parent6325db5e946b4d01608236b8caa79ad865f13188 (diff)
downloadcliapp-8290d86115115e6fafa95a26a08d275eb6787a26.tar.gz
Fix docstring for setup method
Reported-By: Daniel Silverstone
Diffstat (limited to 'cliapp/app.py')
-rw-r--r--cliapp/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cliapp/app.py b/cliapp/app.py
index bbc2896..667976e 100644
--- a/cliapp/app.py
+++ b/cliapp/app.py
@@ -383,7 +383,7 @@ class Application(object):
def setup(self):
'''Prepare for process_args.
- This method is called just before process_args. By default it
+ This method is called just before enabling plugins. By default it
does nothing, but subclasses may override it with a suitable
implementation. This is easier than overriding process_args
itself.