diff options
author | Tim Leslie <tim.leslie@gmail.com> | 2007-01-08 02:22:12 +0000 |
---|---|---|
committer | Tim Leslie <tim.leslie@gmail.com> | 2007-01-08 02:22:12 +0000 |
commit | 099247b5d7a88339d0e159c434905cf69540cc85 (patch) | |
tree | 5a5327ea2f4210bf139b8f355cc2755f27ba9115 /numpy/add_newdocs.py | |
parent | 26c90195503e9091999397e3512b1eb6350de9d4 (diff) | |
download | numpy-099247b5d7a88339d0e159c434905cf69540cc85.tar.gz |
Fix docstring typo as per #397
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. """)) |