diff options
author | Himanshu <addyjeridiq@gmail.com> | 2021-05-27 00:15:26 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-27 00:15:26 +0530 |
commit | d5126b0c06a0019b2fbe9dae202fbc400da77f8a (patch) | |
tree | e937e8c6cdd614c5d832f6dd0859c9e49b2d5759 | |
parent | 86b9cedb9ac3330ed8c52cebb48f38bfd87298e0 (diff) | |
download | numpy-d5126b0c06a0019b2fbe9dae202fbc400da77f8a.tar.gz |
Update _add_newdocs.py
-rw-r--r-- | numpy/core/_add_newdocs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/_add_newdocs.py b/numpy/core/_add_newdocs.py index 67bd945c1..448f6a0c0 100644 --- a/numpy/core/_add_newdocs.py +++ b/numpy/core/_add_newdocs.py @@ -924,7 +924,7 @@ add_newdoc('numpy.core.multiarray', 'asarray', 'F' column-major (Fortran-style) memory representation. 'A' (any) means 'F' if `a` is Fortran contiguous, 'C' otherwise 'K' (keep) preserve input order - Defaults to 'C'. + Defaults to 'K'. ${ARRAY_FUNCTION_LIKE} .. versionadded:: 1.20.0 |