From: Georg Brandl Date: Sun, 6 Jan 2008 17:21:00 +0000 (+0000) Subject: Fix introductory sentence. X-Git-Tag: v2.6a1~710 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27a2d1332b94158485c850dbae9cbc9d50160e19;p=thirdparty%2FPython%2Fcpython.git Fix introductory sentence. --- diff --git a/Doc/library/getopt.rst b/Doc/library/getopt.rst index 088e1fa8f2c5..31bd911c795b 100644 --- a/Doc/library/getopt.rst +++ b/Doc/library/getopt.rst @@ -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: