diff options
-rw-r--r-- | numpy/doc/HOWTO_DOCUMENT.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/doc/HOWTO_DOCUMENT.txt b/numpy/doc/HOWTO_DOCUMENT.txt index da342afee..03c35283d 100644 --- a/numpy/doc/HOWTO_DOCUMENT.txt +++ b/numpy/doc/HOWTO_DOCUMENT.txt @@ -329,11 +329,11 @@ The sections of the docstring are: :refguide: ufunc, trigonometry To index a function as a sub-category of a class, separate index - entries by a semi-colon, e.g. + entries by a colon, e.g. :: - :refguide: ufunc, numpy;reshape, other + :refguide: ufunc, numpy:reshape, other A `list of available categories <http://www.scipy.org/Developer_Zone/ReferenceGuide>`_ is |