]> granicus.if.org Git - python/commitdiff
Typo repair.
authorBarry Warsaw <barry@python.org>
Thu, 17 Jun 2010 18:38:20 +0000 (18:38 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 17 Jun 2010 18:38:20 +0000 (18:38 +0000)
Python/import.c

index d23eb6a9418c1ca479c1a51366423a97b65ecb8f..df00802d1a0bbc7bf2e6b21db86bf34d9ad8b8e6 100644 (file)
@@ -558,10 +558,10 @@ PyImport_GetMagicTag(void)
    copy can be retrieved from there by calling
    _PyImport_FindExtension().
 
-   Modules which do support multiple 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.
+   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.
 */
 
 int