Skip to content

Commit

Permalink
Merge pull request numpy#19110 from himanshu007-creator/himanshu007-c…
Browse files Browse the repository at this point in the history
…reator-patch-1

DOC: Fix the documented default value of the `order` parameter of `np.asarray`
  • Loading branch information
BvB93 authored May 26, 2021
2 parents 86b9ced + d5126b0 commit f7e6e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/core/_add_newdocs.py
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@
'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
Expand Down

0 comments on commit f7e6e51

Please sign in to comment.