summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2010-06-17 18:38:20 (GMT)
committerBarry Warsaw <barry@python.org>2010-06-17 18:38:20 (GMT)
commit7c9627b4de767ca794ab6086b1fd64b02fb3e235 (patch)
tree83c24147fac0a0434f8ea9ddb2c44246009e3148 /Python
parentca94f5575825aad204a86391e7d4c5d047c9fed8 (diff)
downloadcpython-7c9627b4de767ca794ab6086b1fd64b02fb3e235.zip
cpython-7c9627b4de767ca794ab6086b1fd64b02fb3e235.tar.gz
cpython-7c9627b4de767ca794ab6086b1fd64b02fb3e235.tar.bz2
Typo repair.
Diffstat (limited to 'Python')
-rw-r--r--Python/import.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/Python/import.c b/Python/import.c
index d23eb6a..df00802 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