Skip to content

Commit ac99ea4

Browse files
Removed capital letter in parameter in stdtypes.rst (GH-17218)
Automerge-Triggered-By: @csabella (cherry picked from commit 6db2fb7) Co-authored-by: Jules Lasne (jlasne) <[email protected]>
1 parent c5fe339 commit ac99ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3643,7 +3643,7 @@ copying.
36433643
:mod:`struct` module syntax.
36443644

36453645
.. versionadded:: 3.8
3646-
*Order* can be {'C', 'F', 'A'}. When *order* is 'C' or 'F', the data
3646+
*order* can be {'C', 'F', 'A'}. When *order* is 'C' or 'F', the data
36473647
of the original array is converted to C or Fortran order. For contiguous
36483648
views, 'A' returns an exact copy of the physical memory. In particular,
36493649
in-memory Fortran order is preserved. For non-contiguous views, the

0 commit comments

Comments
 (0)