There was an error while loading. Please reload this page.
1 parent 06ca2a2 commit 6db2fb7Copy full SHA for 6db2fb7
1 file changed
Doc/library/stdtypes.rst
@@ -3667,7 +3667,7 @@ copying.
3667
:mod:`struct` module syntax.
3668
3669
.. versionadded:: 3.8
3670
- *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
3671
of the original array is converted to C or Fortran order. For contiguous
3672
views, 'A' returns an exact copy of the physical memory. In particular,
3673
in-memory Fortran order is preserved. For non-contiguous views, the
0 commit comments