[Python-checkins] r82055 - python/branches/py3k/Python/import.c

barry.warsaw python-checkins at python.org
Thu Jun 17 20:38:20 CEST 2010


Author: barry.warsaw
Date: Thu Jun 17 20:38:20 2010
New Revision: 82055

Log:
Typo repair.


Modified:
   python/branches/py3k/Python/import.c

Modified: python/branches/py3k/Python/import.c
==============================================================================
--- python/branches/py3k/Python/import.c	(original)
+++ python/branches/py3k/Python/import.c	Thu Jun 17 20:38:20 2010
@@ -558,10 +558,10 @@
    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


More information about the Python-checkins mailing list