You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments