summaryrefslogtreecommitdiff
path: root/sys/man/1/python
diff options
context:
space:
mode:
authorftrvxmtrx <devnull@localhost>2014-04-26 13:22:15 +0200
committerftrvxmtrx <devnull@localhost>2014-04-26 13:22:15 +0200
commitb4fa1e617bbb2db7bbcacd42ed819cea3caa30d4 (patch)
tree4557b5831af248a4df09dc56f22cf27abf819871 /sys/man/1/python
parent244bb0038dc2222f988b3aef7184848308b37903 (diff)
man pages: fix duplicate words
Diffstat (limited to 'sys/man/1/python')
-rw-r--r--sys/man/1/python2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/1/python b/sys/man/1/python
index a3a5eede8..c35769646 100644
--- a/sys/man/1/python
+++ b/sys/man/1/python
@@ -197,7 +197,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