summaryrefslogtreecommitdiffstats
path: root/Misc/python.man
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/python.man')
-rw-r--r--Misc/python.man2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/python.man b/Misc/python.man
index 3c7d606..2f0e744 100644
--- a/Misc/python.man
+++ b/Misc/python.man
@@ -193,7 +193,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