diff options
author | Stefan van der Walt <stefan@sun.ac.za> | 2009-07-04 10:13:21 +0000 |
---|---|---|
committer | Stefan van der Walt <stefan@sun.ac.za> | 2009-07-04 10:13:21 +0000 |
commit | d597456abd4f7f5aa765667c800a07b1b64fa111 (patch) | |
tree | c7f52a76abf6e29dda5ba766cea1995bd890bcdf | |
parent | b9d10c8c94cd0a27ad133896731848fba54551b0 (diff) | |
download | numpy-d597456abd4f7f5aa765667c800a07b1b64fa111.tar.gz |
Fix typo.
-rw-r--r-- | doc/sphinxext/README.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sphinxext/README.txt b/doc/sphinxext/README.txt index 20aaac22f..d001e5d3b 100644 --- a/doc/sphinxext/README.txt +++ b/doc/sphinxext/README.txt @@ -4,7 +4,7 @@ numpydoc -- Numpy's Sphinx extensions Numpy's documentation uses several custom extensions to Sphinx. These are shipped in this ``numpydoc`` package, in case you want to make use -of tem in third-party projects. +of them in third-party projects. The following extensions are available: @@ -14,7 +14,7 @@ The following extensions are available: - ``numpydoc.plot_directives``: Adaptation of Matplotlib's ``plot::`` directive. Note that this implementation may still undergo severe - changes or be eventually deprecated. + changes or eventually be deprecated. - ``numpydoc.only_directives``: (DEPRECATED) |