Index: Misc/python.man =================================================================== --- Misc/python.man (revision 73529) +++ Misc/python.man (working copy) @@ -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 Index: Doc/using/cmdline.rst =================================================================== --- Doc/using/cmdline.rst (revision 73529) +++ Doc/using/cmdline.rst (working copy) @@ -328,7 +328,7 @@ warning is triggered repeatedly for the same source line, such as inside a loop). ``module`` - Print each warning only only the first time it occurs in each module. + Print each warning only the first time it occurs in each module. ``once`` Print each warning only the first time it occurs in the program. ``error``