summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshekharrajak <shekharrajak@live.com>2019-06-21 11:54:38 +0530
committershekharrajak <shekharrajak@live.com>2019-06-21 11:58:14 +0530
commitdffd4469a2795fc18ba6b0e3a9608288e83c5065 (patch)
tree275868e172a1e533600aa01e9a3bc56066eb2d6e
parent0ced9d377c042c360d78ca2e5e231936957112be (diff)
downloadnumpy-dffd4469a2795fc18ba6b0e3a9608288e83c5065.tar.gz
minor change - line length < 80 and The before module name added
-rw-r--r--doc/source/reference/routines.char.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/source/reference/routines.char.rst b/doc/source/reference/routines.char.rst
index d523dc9ad..f7e099720 100644
--- a/doc/source/reference/routines.char.rst
+++ b/doc/source/reference/routines.char.rst
@@ -3,8 +3,9 @@ String operations
.. currentmodule:: numpy.core.defchararray
-`numpy.core.defchararray` module provides a set of vectorized string
-operations for arrays of type `numpy.string_` or `numpy.unicode_`. All of them are based on the string methods in the Python standard library.
+The `numpy.core.defchararray` module provides a set of vectorized string
+operations for arrays of type `numpy.string_` or `numpy.unicode_`.
+All of them are based on the string methods in the Python standard library.
String operations
-----------------