diff options
author | Georg Brandl <georg@python.org> | 2009-06-24 06:41:19 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-06-24 06:41:19 (GMT) |
commit | 5a85d5c4f2eb09e5ab5d4c84090aee38340eb284 (patch) | |
tree | 1c64a74b913bd00cf07b3795275a088a6f0f2547 /Misc/python.man | |
parent | 6c860f97d7b11350d2b70f4b47a2b276e20652ef (diff) | |
download | cpython-5a85d5c4f2eb09e5ab5d4c84090aee38340eb284.zip cpython-5a85d5c4f2eb09e5ab5d4c84090aee38340eb284.tar.gz cpython-5a85d5c4f2eb09e5ab5d4c84090aee38340eb284.tar.bz2 |
#6332: fix word dupes throughout the source.
Diffstat (limited to 'Misc/python.man')
-rw-r--r-- | Misc/python.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/python.man b/Misc/python.man index 1564f8d..5a8e230 100644 --- a/Misc/python.man +++ b/Misc/python.man @@ -204,7 +204,7 @@ to print a warning each time it occurs (this may generate many messages if a warning is triggered repeatedly for the same source line, such as inside a loop); .B module -to print each warning only only the first time it occurs in each +to print each warning only the first time it occurs in each module; .B once to print each warning only the first time it occurs in the program; or |