Removed capital letter in parameter in stdtypes.rst (GH-17218)

Automerge-Triggered-By: @csabella
This commit is contained in:
Jules Lasne (jlasne) 2019-11-21 02:30:05 +01:00 committed by Miss Islington (bot)
parent 06ca2a2be9
commit 6db2fb7c30
1 changed files with 1 additions and 1 deletions

View File

@ -3667,7 +3667,7 @@ copying.
:mod:`struct` module syntax.
.. versionadded:: 3.8
*Order* can be {'C', 'F', 'A'}. When *order* is 'C' or 'F', the data
*order* can be {'C', 'F', 'A'}. When *order* is 'C' or 'F', the data
of the original array is converted to C or Fortran order. For contiguous
views, 'A' returns an exact copy of the physical memory. In particular,
in-memory Fortran order is preserved. For non-contiguous views, the