diff options
author | Allan Haldane <allan.haldane@gmail.com> | 2019-01-05 23:46:55 +0000 |
---|---|---|
committer | Allan Haldane <allan.haldane@gmail.com> | 2019-01-06 15:08:34 -0500 |
commit | f54f39f8db70b902b2d91512aee6af19625159a4 (patch) | |
tree | fcf7e3c61609a3a4e2c1905d4304c2dd6ad8205a /doc/source/reference/alignment.rst | |
parent | aef982e4482773e802cc0ef076bf5e76ff650cf9 (diff) | |
download | numpy-f54f39f8db70b902b2d91512aee6af19625159a4.tar.gz |
MAINT: Further fixups to uint alignment checks
Diffstat (limited to 'doc/source/reference/alignment.rst')
-rw-r--r-- | doc/source/reference/alignment.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/alignment.rst b/doc/source/reference/alignment.rst index b182a1e7b..ebc8f353c 100644 --- a/doc/source/reference/alignment.rst +++ b/doc/source/reference/alignment.rst @@ -97,7 +97,7 @@ Here is how the variables above are used: Note that the strided-copy and strided-cast code are deeply intertwined and so any arrays being processed by them must be both uint and true aligned, even -though te copy-code only needs uint alignment and the cast code only true +though the copy-code only needs uint alignment and the cast code only true alignment. If there is ever a big rewrite of this code it would be good to allow them to use different alignments. |