summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/doc/HOWTO_DOCUMENT.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/doc/HOWTO_DOCUMENT.txt b/numpy/doc/HOWTO_DOCUMENT.txt
index 8b1230ad1..b67323fe0 100644
--- a/numpy/doc/HOWTO_DOCUMENT.txt
+++ b/numpy/doc/HOWTO_DOCUMENT.txt
@@ -208,7 +208,7 @@ To try this yourself, simply download the example.py::
Then, run epydoc::
- $ epydoc example.txt
+ $ epydoc example.py
The output is placed in ``./html``, and may be viewed by loading the
``index.html`` file into your browser.