summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorabhilash42 <64172584+abhilash42@users.noreply.github.com>2020-05-19 01:42:26 +0530
committerGitHub <noreply@github.com>2020-05-19 01:42:26 +0530
commit44632dff703dfd1e9afabf6c407be7bc77296a76 (patch)
tree0102a0f90be96dbd1f2387f0eeb69c6e25090525
parenteb30df43d7c6fc472c2b806df05078611fb6af18 (diff)
downloadnumpy-44632dff703dfd1e9afabf6c407be7bc77296a76.tar.gz
Update numpy/core/_add_newdocs.py
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
-rw-r--r--numpy/core/_add_newdocs.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/numpy/core/_add_newdocs.py b/numpy/core/_add_newdocs.py
index 470bc5feb..0a818dfb8 100644
--- a/numpy/core/_add_newdocs.py
+++ b/numpy/core/_add_newdocs.py
@@ -3949,8 +3949,7 @@ add_newdoc('numpy.core.multiarray', 'ndarray', ('tobytes', """
Controls the memory layout of the copy. 'C' means C-order,
'F' means F-order, 'A' means 'F' if `a` is Fortran contiguous,
'C' otherwise. 'K' means match the layout of `a` as closely
- as possible.
- Default is 'C'.
+ as possible. Default is 'C'.
Returns
-------