Skip to content

Commit 2dd9e6c

Browse files
Fix typo (#444)
1 parent 34aa925 commit 2dd9e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spec/design_topics/C_API.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@ C API and ABI than CPython offers. A Cython backend targeting HPy will be provid
8989
- Universal ABI - single binary for all supported Python versions
9090
- Cython backend generating HPy rather than CPython code
9191

92-
HPy isn't quite ready for mainstream usage today, but once it does it may
92+
HPy isn't quite ready for mainstream usage today, but once it is it may
9393
help make supporting multiple array libraries or adding non-CPU device
9494
support to Cython more feasible.

0 commit comments

Comments
 (0)