diff options
author | Nimrod <Nimrodcowboy@gmail.com> | 2022-03-16 20:38:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-16 20:38:30 +0800 |
commit | dc029dfc691129b654ac2762144aae34c9d11a50 (patch) | |
tree | bd6a70e9c9df9a7a43b411ab38235e66c90ec261 /doc/source/reference | |
parent | 21f3231a2e677fd64f2786eeb036a67772cc5e42 (diff) | |
download | numpy-dc029dfc691129b654ac2762144aae34c9d11a50.tar.gz |
DOC: fix outdated description of unicode
Diffstat (limited to 'doc/source/reference')
-rw-r--r-- | doc/source/reference/arrays.interface.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/arrays.interface.rst b/doc/source/reference/arrays.interface.rst index 33dd16c4e..e10710719 100644 --- a/doc/source/reference/arrays.interface.rst +++ b/doc/source/reference/arrays.interface.rst @@ -91,7 +91,7 @@ This approach to the interface consists of the object having an ``M`` Datetime ``O`` Object (i.e. the memory contains a pointer to :c:type:`PyObject`) ``S`` String (fixed-length sequence of char) - ``U`` Unicode (fixed-length sequence of :c:type:`Py_UNICODE`) + ``U`` Unicode (fixed-length sequence of :c:type:`Py_UCS4`) ``V`` Other (void \* -- each item is a fixed-size chunk of memory) ===== ================================================================ |