[Python-checkins] r59785 - python/trunk/Doc/library/getopt.rst

georg.brandl python-checkins at python.org
Sun Jan 6 18:21:01 CET 2008


Author: georg.brandl
Date: Sun Jan  6 18:21:00 2008
New Revision: 59785

Modified:
   python/trunk/Doc/library/getopt.rst
Log:
Fix introductory sentence.


Modified: python/trunk/Doc/library/getopt.rst
==============================================================================
--- python/trunk/Doc/library/getopt.rst	(original)
+++ python/trunk/Doc/library/getopt.rst	Sun Jan  6 18:21:00 2008
@@ -11,7 +11,7 @@
 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:
 
 


More information about the Python-checkins mailing list