Skip to content

Commit 63a3dd2

Browse files
committed
Doc: fix typo "extenstion" -> "extension" in abi3t-migration.rst
1 parent 1812162 commit 63a3dd2

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)