]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Removed capital letter in parameter in stdtypes.rst (GH-17218)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 21 Nov 2019 01:36:46 +0000 (17:36 -0800)
committerGitHub <noreply@github.com>
Thu, 21 Nov 2019 01:36:46 +0000 (17:36 -0800)
Automerge-Triggered-By: @csabella
(cherry picked from commit 6db2fb7c300ca79d5585f2ae524ff4ca2707a7b6)

Co-authored-by: Jules Lasne (jlasne) <jules.lasne@gmail.com>
Doc/library/stdtypes.rst

index ceb562faaafbd9803ad3b1bbeccd84bc2710cba1..be72695462c7bc9c265928450c25daa3aa429e58 100644 (file)
@@ -3643,7 +3643,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