From: Barry Warsaw Date: Thu, 17 Jun 2010 18:38:20 +0000 (+0000) Subject: Typo repair. X-Git-Tag: v3.2a1~505 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c9627b4de767ca794ab6086b1fd64b02fb3e235;p=python Typo repair. --- diff --git a/Python/import.c b/Python/import.c index d23eb6a941..df00802d1a 100644 --- a/Python/import.c +++ b/Python/import.c @@ -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