]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix introductory sentence.
authorGeorg Brandl <georg@python.org>
Sun, 6 Jan 2008 17:21:00 +0000 (17:21 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 6 Jan 2008 17:21:00 +0000 (17:21 +0000)
Doc/library/getopt.rst

index 088e1fa8f2c5a123a553054d8d9de4017ed260ff..31bd911c795b74803fb14d9ed90671929071291c 100644 (file)
@@ -11,7 +11,7 @@ This module helps scripts to parse the command line arguments in ``sys.argv``.
 It supports the same conventions as the Unix :cfunc:`getopt` function (including
 the special meanings of arguments of the form '``-``' and '``--``').  Long
 options similar to those supported by GNU software may be used as well via an
-optional third argument. This module provides a single function and an
+optional third argument. This module provides two functions and an
 exception: