Commit 2f06327
authored
Fix description of required layout for into_shape (#767)
Previously, the first paragraph of the docs indicated that any
contiguous array was accepted, while the second paragraph indicated
that only c- or f-contiguous arrays were accepted. The second
paragraph is correct. This commit fixes the description in the first
paragraph to match.1 parent db1a8a3 commit 2f06327
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1443 | 1443 | | |
1444 | 1444 | | |
1445 | 1445 | | |
1446 | | - | |
1447 | | - | |
| 1446 | + | |
| 1447 | + | |
1448 | 1448 | | |
1449 | 1449 | | |
1450 | 1450 | | |
| |||
0 commit comments