Skip to content

Commit 6db2fb7

Browse files
Seluj78miss-islington
authored andcommitted
Removed capital letter in parameter in stdtypes.rst (GH-17218)
Automerge-Triggered-By: @csabella
1 parent 06ca2a2 commit 6db2fb7

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
@@ -3667,7 +3667,7 @@ copying.
36673667
:mod:`struct` module syntax.
36683668

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

0 commit comments

Comments
 (0)