Fix introductory sentence.

This commit is contained in:
Georg Brandl 2008-01-06 17:21:00 +00:00
parent e260ba2d33
commit 27a2d1332b
1 changed files with 1 additions and 1 deletions

View 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 It supports the same conventions as the Unix :cfunc:`getopt` function (including
the special meanings of arguments of the form '``-``' and '``--``'). Long 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 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: exception: