diff options
author | Jules Lasne (jlasne) <jules.lasne@gmail.com> | 2019-11-21 01:30:05 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-11-21 01:30:05 (GMT) |
commit | 6db2fb7c300ca79d5585f2ae524ff4ca2707a7b6 (patch) | |
tree | 32a70388514d781a59e521920e87bcb02111f231 /Doc/library/stdtypes.rst | |
parent | 06ca2a2be9374ac390e9407685ccce941ab9ffa2 (diff) | |
download | cpython-6db2fb7c300ca79d5585f2ae524ff4ca2707a7b6.zip cpython-6db2fb7c300ca79d5585f2ae524ff4ca2707a7b6.tar.gz cpython-6db2fb7c300ca79d5585f2ae524ff4ca2707a7b6.tar.bz2 |
Removed capital letter in parameter in stdtypes.rst (GH-17218)
Automerge-Triggered-By: @csabella
Diffstat (limited to 'Doc/library/stdtypes.rst')
-rw-r--r-- | Doc/library/stdtypes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index b362cf5..c4588f8 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 |