diff options
author | Giannis Zapantis <59338244+tech-gian@users.noreply.github.com> | 2021-04-05 17:53:16 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-05 17:53:16 +0300 |
commit | 975378b8051d35ab36b68446966422281874d8da (patch) | |
tree | e5591335591bfb8f0d9bb4dc3fe72bda3e2b8bca /doc/source | |
parent | 23117049e4129066a85321555363c92da72f9155 (diff) | |
download | numpy-975378b8051d35ab36b68446966422281874d8da.tar.gz |
Update, sized aliases
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/reference/arrays.scalars.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/reference/arrays.scalars.rst b/doc/source/reference/arrays.scalars.rst index 13d117af2..d0e8efc81 100644 --- a/doc/source/reference/arrays.scalars.rst +++ b/doc/source/reference/arrays.scalars.rst @@ -246,6 +246,8 @@ elements the data type consists of.) convention more consistent with other Python modules such as the :mod:`struct` module. +.. _sized-aliases: + Sized aliases ~~~~~~~~~~~~~ |