diff options
author | shekharrajak <shekharrajak@live.com> | 2019-06-25 13:17:53 +0530 |
---|---|---|
committer | shekharrajak <shekharrajak@live.com> | 2019-06-25 13:17:53 +0530 |
commit | 5a6d31b280e33db8872e6d88380350327345385e (patch) | |
tree | b27d2f0375c931dcbeb25d24085cdc2b8528b256 /doc | |
parent | d900e8ee1c2046a8bef9ede1d1662cf8057910e4 (diff) | |
download | numpy-5a6d31b280e33db8872e6d88380350327345385e.tar.gz |
current module is changed from numpy.core.defchararray to numpy.char
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/reference/routines.char.rst | 6 |
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. |