]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Removed capital letter in parameter in stdtypes.rst (GH-17218)
authorJules Lasne (jlasne) <jules.lasne@gmail.com>
Thu, 21 Nov 2019 01:30:05 +0000 (02:30 +0100)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 21 Nov 2019 01:30:05 +0000 (17:30 -0800)
Automerge-Triggered-By: @csabella
Doc/library/stdtypes.rst

index b362cf5fa85e605aded957bf45e5ed4057814a0c..c4588f89c0662546cb72f321c63de43fe5f4850d 100644 (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