We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3393258 commit 7ff67e0Copy full SHA for 7ff67e0
docs/user-guide/config.rst
@@ -34,7 +34,7 @@ Configuration options include the following:
34
- **array.order**
35
Defines the default memory layout for arrays.
36
37
- - ``'C'`` → Row-major (default, like NumPy)
+ - ``'C'`` → Row-major (The default value used for NumPy arrays)
38
- ``'F'`` → Column-major (like Fortran)
39
- **Default:** ``'C'``
40
0 commit comments