#6332: fix word dupes throughout the source.
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 @@
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