diff options
author | Nathan Goldbaum <nathan.goldbaum@gmail.com> | 2022-12-15 11:23:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-15 11:23:31 -0700 |
commit | 6410629305b8f75fed1f0602cefc34eba3208854 (patch) | |
tree | c264e101d1a7da1aee5ee8805fda66a519eefa3f /doc/source/reference | |
parent | 921ba6db562777a7e099d0e15a32e013514293bc (diff) | |
download | numpy-6410629305b8f75fed1f0602cefc34eba3208854.tar.gz |
Update doc/source/reference/arrays.dtypes.rst
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
Diffstat (limited to 'doc/source/reference')
-rw-r--r-- | doc/source/reference/arrays.dtypes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/reference/arrays.dtypes.rst b/doc/source/reference/arrays.dtypes.rst index 2f0ace0a7..944542278 100644 --- a/doc/source/reference/arrays.dtypes.rst +++ b/doc/source/reference/arrays.dtypes.rst @@ -189,8 +189,8 @@ Built-in Python types ================ =============== Note that ``str`` corresponds to UCS4 encoded unicode strings, while - ``string`` is an alias to ``bytes_``. The name `np.unicode_` is also - available as an alias to `np.str_`, see :ref:`Note on string + ``string`` is an alias to ``bytes_``. The name ``np.unicode_`` is also + available as an alias to ``np.str_``, see :ref:`Note on string types<string-dtype-note>`. .. admonition:: Example |