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 badab2c commit dc20c1aCopy full SHA for dc20c1a
Doc/extending/extending.rst
@@ -214,7 +214,7 @@ and initialize it by calling :c:func:`PyErr_NewException` in the module's
214
215
SpamError = PyErr_NewException("spam.error", NULL, NULL);
216
217
-Since :c:data:`!SpamError` is a global variable, it will be overwitten every time
+Since :c:data:`!SpamError` is a global variable, it will be overwritten every time
218
the module is reinitialized, when the :c:data:`Py_mod_exec` function is called.
219
220
For now, let's avoid the issue: we will block repeated initialization by raising an
0 commit comments