Thanks to visit codestin.com Credit goes to github.com
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 0529246 commit aa4525fCopy full SHA for aa4525f
1 file changed
Doc/extending/extending.rst
@@ -239,7 +239,7 @@ and initialize it by calling :c:func:`PyErr_NewException` in the module's
239
240
SpamError = PyErr_NewException("spam.error", NULL, NULL);
241
242
-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
243
the module is reinitialized, when the :c:data:`Py_mod_exec` function is called.
244
245
For now, let's avoid the issue: we will block repeated initialization by raising an
0 commit comments