summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
diff options
context:
space:
mode:
authorTim Leslie <tim.leslie@gmail.com>2007-01-08 02:22:12 +0000
committerTim Leslie <tim.leslie@gmail.com>2007-01-08 02:22:12 +0000
commit099247b5d7a88339d0e159c434905cf69540cc85 (patch)
tree5a5327ea2f4210bf139b8f355cc2755f27ba9115 /numpy/add_newdocs.py
parent26c90195503e9091999397e3512b1eb6350de9d4 (diff)
downloadnumpy-099247b5d7a88339d0e159c434905cf69540cc85.tar.gz
Fix docstring typo as per #397
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r--numpy/add_newdocs.py2
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.
"""))