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