Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/howto/abi3t-migration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading