summaryrefslogtreecommitdiff
path: root/numpy/doc
diff options
context:
space:
mode:
authorJarrod Millman <millman@berkeley.edu>2007-12-28 05:52:59 +0000
committerJarrod Millman <millman@berkeley.edu>2007-12-28 05:52:59 +0000
commitf499d58f88982c853e6125c13a9cb469f563d410 (patch)
tree43d3572a612b6d83110f8a3ae978a3ac107146f3 /numpy/doc
parent3fa9b3eadc97a08dd566cccbd3795b57296659c0 (diff)
downloadnumpy-f499d58f88982c853e6125c13a9cb469f563d410.tar.gz
typo
Diffstat (limited to 'numpy/doc')
-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.