diff options
author | Matti Picus <matti.picus@gmail.com> | 2019-06-25 12:57:47 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-25 12:57:47 +0300 |
commit | 5a7a4a450295ebe0eb37905d967a3279d4ccdc4d (patch) | |
tree | 9cf2e80a625759567e8e1ba2302dc9cb54b75a20 /doc | |
parent | 0a00dc9d5a6c7ad87a8117bace5a6775b0d737df (diff) | |
parent | 5a6d31b280e33db8872e6d88380350327345385e (diff) | |
download | numpy-5a7a4a450295ebe0eb37905d967a3279d4ccdc4d.tar.gz |
Merge pull request #13803 from Shekharrajak/13778_string_operation_docs
DOC: Improve documentation for ``np.char``
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/reference/routines.char.rst | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/source/reference/routines.char.rst b/doc/source/reference/routines.char.rst index 3f4efdfc5..513f975e7 100644 --- a/doc/source/reference/routines.char.rst +++ b/doc/source/reference/routines.char.rst @@ -1,11 +1,13 @@ String operations ***************** -.. currentmodule:: numpy.core.defchararray +.. currentmodule:: numpy.char -This 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. +.. module:: numpy.char + +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. String operations ----------------- |