Commit 7c9627b4 authored by Barry Warsaw's avatar Barry Warsaw

Typo repair.

parent ca94f557
...@@ -558,10 +558,10 @@ PyImport_GetMagicTag(void) ...@@ -558,10 +558,10 @@ PyImport_GetMagicTag(void)
copy can be retrieved from there by calling copy can be retrieved from there by calling
_PyImport_FindExtension(). _PyImport_FindExtension().
Modules which do support multiple multiple initialization set Modules which do support multiple initialization set their m_size
their m_size field to a non-negative number (indicating the size field to a non-negative number (indicating the size of the
of the module-specific state). They are still recorded in the module-specific state). They are still recorded in the extensions
extensions dictionary, to avoid loading shared libraries twice. dictionary, to avoid loading shared libraries twice.
*/ */
int int
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment