Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7c9627b

Browse files
committed
Typo repair.
1 parent ca94f55 commit 7c9627b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Python/import.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -558,10 +558,10 @@ PyImport_GetMagicTag(void)
558558
copy can be retrieved from there by calling
559559
_PyImport_FindExtension().
560560
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.
561+
Modules which do support multiple initialization set their m_size
562+
field to a non-negative number (indicating the size of the
563+
module-specific state). They are still recorded in the extensions
564+
dictionary, to avoid loading shared libraries twice.
565565
*/
566566

567567
int

0 commit comments

Comments
 (0)