diff options
Diffstat (limited to 'doc/source/reference/routines.char.rst')
-rw-r--r-- | doc/source/reference/routines.char.rst | 5 |
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 ----------------- |