Skip to content

Commit

Permalink
current module is changed from numpy.core.defchararray to numpy.char
Browse files Browse the repository at this point in the history
  • Loading branch information
Shekharrajak committed Jun 25, 2019
1 parent d900e8e commit 5a6d31b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/reference/routines.char.rst
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 5a6d31b

Please sign in to comment.