diff options
author | Lilian Besson <Naereen@users.noreply.github.com> | 2018-07-11 17:13:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-11 17:13:30 +0200 |
commit | 280eff23238f3f85bd85229a5605269ee1d1d3c4 (patch) | |
tree | 5e94f1ad382c7e1fe583ebefebf2ebc9db887b85 /doc | |
parent | fcedf44c7dea061c9939709b9754106328148c54 (diff) | |
download | numpy-280eff23238f3f85bd85229a5605269ee1d1d3c4.tar.gz |
Tiny typo on numpy/reference/arrays.dtypes.html
See #11552
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/reference/arrays.dtypes.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/reference/arrays.dtypes.rst b/doc/source/reference/arrays.dtypes.rst index dcf04b453..d771f2940 100644 --- a/doc/source/reference/arrays.dtypes.rst +++ b/doc/source/reference/arrays.dtypes.rst @@ -457,6 +457,7 @@ Type strings Both arguments must be convertible to data-type objects with the same total size. + .. admonition:: Example 32-bit integer, whose first two bytes are interpreted as an integer |