From 2013bcff80cd9291bccaa1be643111f21c2164ae Mon Sep 17 00:00:00 2001 From: Oleksandr Pavlyk Date: Tue, 24 May 2022 13:56:55 -0500 Subject: [PATCH] fixed obvious typo --- spec/design_topics/C_API.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/design_topics/C_API.rst b/spec/design_topics/C_API.rst index ec2b721f8..6a44596b0 100644 --- a/spec/design_topics/C_API.rst +++ b/spec/design_topics/C_API.rst @@ -89,6 +89,6 @@ C API and ABI than CPython offers. A Cython backend targeting HPy will be provid - Universal ABI - single binary for all supported Python versions - Cython backend generating HPy rather than CPython code -HPy isn't quite ready for mainstream usage today, but once it does it may +HPy isn't quite ready for mainstream usage today, but once it is it may help make supporting multiple array libraries or adding non-CPU device support to Cython more feasible.