We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 994347e commit 19a31f7Copy full SHA for 19a31f7
1 file changed
peps/pep-0793.rst
@@ -398,7 +398,7 @@ Forward compatibility
398
If a module defines the new export hook, CPython versions that implement this
399
PEP will ignore the traditional ``PyInit_*`` hook.
400
401
-Extensions that straddle vPython ersions are expected to define both hooks;
+Extensions that straddle Python versions are expected to define both hooks;
402
each build of CPython will “pick” the newest one that it supports.
403
404
0 commit comments