We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca94f55 commit 7c9627bCopy full SHA for 7c9627b
1 file changed
Python/import.c
@@ -558,10 +558,10 @@ PyImport_GetMagicTag(void)
558
copy can be retrieved from there by calling
559
_PyImport_FindExtension().
560
561
- Modules which do support multiple multiple initialization set
562
- their m_size field to a non-negative number (indicating the size
563
- of the module-specific state). They are still recorded in the
564
- extensions dictionary, to avoid loading shared libraries twice.
+ Modules which do support multiple initialization set their m_size
+ field to a non-negative number (indicating the size of the
+ module-specific state). They are still recorded in the extensions
+ dictionary, to avoid loading shared libraries twice.
565
*/
566
567
int
0 commit comments