Skip to content

Commit a969216

Browse files
Fix typo "extenstion" in howto/abi3t-migration.rst documentation
1 parent a202e5c commit a969216

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/howto/abi3t-migration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Prerequisites
127127
This guide assumes that you have an extension written directly in C (or C++),
128128
which you want to port to ``abi3t``.
129129

130-
If your extenstion uses a code generator (like Cython) or language binding
130+
If your extension uses a code generator (like Cython) or language binding
131131
(like PyO3), it's best to wait until that tool has support for ``abi3t``.
132132
If you maintain such a tool, you might be able to adapt the instructions
133133
here for your tool.

0 commit comments

Comments
 (0)