diff options
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r-- | numpy/add_newdocs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py index 58940f007..3b59c3cbe 100644 --- a/numpy/add_newdocs.py +++ b/numpy/add_newdocs.py @@ -701,7 +701,7 @@ add_newdoc('numpy.core.multiarray', 'ndarray', ('byteswap', """a.byteswap(False) -> View or copy. Swap the bytes in the array. Swap the bytes in the array. Return the byteswapped array. If the first - argument is TRUE, byteswap in-place and return a reference to self. + argument is True, byteswap in-place and return a reference to self. """)) |