Skip to content

Commit 1559c0b

Browse files
committed
style: use consistent indentation
1 parent 9b908fe commit 1559c0b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

content/blog/array_api_v2025_release.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ where small inconsistencies can propagate into larger correctness issues.
6969
Several new APIs have been introduced in this release to expand functionality
7070
and improve usability:
7171

72-
- `broadcast_shapes`: broadcasts one or more shapes against one another.
73-
- `isin`: tests for each element in an array whether the element is in
72+
- `broadcast_shapes`: broadcasts one or more shapes against one another.
73+
- `isin`: tests for each element in an array whether the element is in
7474
another array.
75-
- `linalg.eig`: returns the eigenvalues and eigenvectors of a real or complex
75+
- `linalg.eig`: returns the eigenvalues and eigenvectors of a real or complex
7676
matrix.
77-
- `linalg.eigvals`: returns the eigenvalues of a real or complex matrix.
77+
- `linalg.eigvals`: returns the eigenvalues of a real or complex matrix.
7878

7979
These additions further close the gap between the Array API standard and
8080
established numerical computing libraries.

0 commit comments

Comments
 (0)