summaryrefslogtreecommitdiff
path: root/docs/source/introduction.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/introduction.rst')
-rw-r--r--docs/source/introduction.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/introduction.rst b/docs/source/introduction.rst
index 0951f19..d9312b9 100644
--- a/docs/source/introduction.rst
+++ b/docs/source/introduction.rst
@@ -48,7 +48,7 @@ discover the command plugins and invoke them, and to provide runtime
support for those plugins. Each :class:`Command` subclass is
responsible for taking action based on instructions from the user. It
defines its own local argument parser (usually using argparse_) and a
-:func:`run` method that does the appropriate work.
+:func:`take_action` method that does the appropriate work.
The Interactive Application
---------------------------