diff options
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/reference/routines.char.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/source/reference/routines.char.rst b/doc/source/reference/routines.char.rst index f7e099720..cf7767a56 100644 --- a/doc/source/reference/routines.char.rst +++ b/doc/source/reference/routines.char.rst @@ -3,7 +3,9 @@ String operations .. currentmodule:: numpy.core.defchararray -The `numpy.core.defchararray` module provides a set of vectorized string +.. module:: numpy.core.defchararray + +The :mod:`numpy.char <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. |