From a96921686b24906a2f0ce8fab535b441607a96bd Mon Sep 17 00:00:00 2001 From: Michael Newman Date: Sat, 18 Jul 2026 13:03:39 -0400 Subject: [PATCH] Fix typo "extenstion" in howto/abi3t-migration.rst documentation --- Doc/howto/abi3t-migration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/howto/abi3t-migration.rst b/Doc/howto/abi3t-migration.rst index c542efbdea8decc..d390483e2374e20 100644 --- a/Doc/howto/abi3t-migration.rst +++ b/Doc/howto/abi3t-migration.rst @@ -127,7 +127,7 @@ Prerequisites This guide assumes that you have an extension written directly in C (or C++), which you want to port to ``abi3t``. -If your extenstion uses a code generator (like Cython) or language binding +If your extension uses a code generator (like Cython) or language binding (like PyO3), it's best to wait until that tool has support for ``abi3t``. If you maintain such a tool, you might be able to adapt the instructions here for your tool.