diff options
author | shekharrajak <shekharrajak@live.com> | 2019-06-24 15:29:33 +0530 |
---|---|---|
committer | shekharrajak <shekharrajak@live.com> | 2019-06-24 15:29:33 +0530 |
commit | d900e8ee1c2046a8bef9ede1d1662cf8057910e4 (patch) | |
tree | b740837013c8a60e5dfe7ced93b64c99b6778985 /doc | |
parent | dffd4469a2795fc18ba6b0e3a9608288e83c5065 (diff) | |
download | numpy-d900e8ee1c2046a8bef9ede1d1662cf8057910e4.tar.gz |
numpy.core.defchararray is replaced with numpy.char module
Diffstat (limited to 'doc')
-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. |