[Python-checkins] Removed capital letter in parameter in stdtypes.rst (GH-17218)

Miss Islington (bot) webhook-mailer at python.org
Wed Nov 20 20:30:09 EST 2019


https://github.com/python/cpython/commit/6db2fb7c300ca79d5585f2ae524ff4ca2707a7b6
commit: 6db2fb7c300ca79d5585f2ae524ff4ca2707a7b6
branch: master
author: Jules Lasne (jlasne) <jules.lasne at gmail.com>
committer: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
date: 2019-11-20T17:30:05-08:00
summary:

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



Automerge-Triggered-By: @csabella

files:
M Doc/library/stdtypes.rst

diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index b362cf5fa85e6..c4588f89c0662 100644
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -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



More information about the Python-checkins mailing list