Skip to content

Commit 0e13249

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com>
1 parent 130b5c7 commit 0e13249

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/draft/tutorial_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ signatures, along with deprecation periods.
1212
The first common migration is the need to rename a function to
1313
the one that is present (or is semantically close enough) in the array API standard.
1414

15-
Let's assume our API has a `transpose` function for permuting the axes of an array, but which has no matching name in the standard. Instead, the standard has a `permute_dims` API which performs the equivalent operation and is the function to which we want users to migrate. The original
15+
Let's assume our API has a `transpose` function for permuting the axes of an array, but which has no matching name in the standard. Instead, the standard has a `permute_dims` API which performs the equivalent operation. The original
1616
function is as follows:
1717

1818
```py

0 commit comments

Comments
 (0)