diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-05-26 20:20:26 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-27 07:23:29 +0700 |
commit | 66f44112e99db34fa0be082a7514b5647ec5d6d0 (patch) | |
tree | d45742df4f4660ec96a6d878b89bc9b2de614a9f /python/numpydoc/README | |
parent | b53a0e85a4074984938430a0d615b2e4170c19f3 (diff) |
python/numpydoc: Fix invalid chars in desc.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/numpydoc/README')
-rw-r--r-- | python/numpydoc/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/numpydoc/README b/python/numpydoc/README index 92dd372b830d..8a191c2f72a3 100644 --- a/python/numpydoc/README +++ b/python/numpydoc/README @@ -1,4 +1,4 @@ Sphinx extension to support docstrings in Numpy format. -Numpy’s documentation uses several custom extensions to Sphinx. +Numpy's documentation uses several custom extensions to Sphinx. These are shipped in this numpydoc package, in case you want to make use of them in third-party projects. |