diff options
author | Jarrod Millman <millman@berkeley.edu> | 2007-12-28 05:52:59 +0000 |
---|---|---|
committer | Jarrod Millman <millman@berkeley.edu> | 2007-12-28 05:52:59 +0000 |
commit | f499d58f88982c853e6125c13a9cb469f563d410 (patch) | |
tree | 43d3572a612b6d83110f8a3ae978a3ac107146f3 | |
parent | 3fa9b3eadc97a08dd566cccbd3795b57296659c0 (diff) | |
download | numpy-f499d58f88982c853e6125c13a9cb469f563d410.tar.gz |
typo
-rw-r--r-- | numpy/doc/HOWTO_DOCUMENT.txt | 2 |
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. |