commit | 815b0e23bf665412340e5383c2da95b8efb528d7 | [log] [tgz] |
---|---|---|
author | Andrew Svetlov <andrew.svetlov@gmail.com> | Fri Apr 05 10:10:12 2013 +0300 |
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | Fri Apr 05 10:10:12 2013 +0300 |
tree | 87b2cba226e34f48b30be894652939525b672d01 | |
parent | 4a2ab120f327f20ef320586831f50e4896dd44ef [diff] |
Fix typo.
diff --git a/Doc/howto/argparse.rst b/Doc/howto/argparse.rst index a134036..d6fe4b4 100644 --- a/Doc/howto/argparse.rst +++ b/Doc/howto/argparse.rst
@@ -11,7 +11,7 @@ .. note:: - There's two other modules that fulfill the same task, namely + There are two other modules that fulfill the same task, namely :mod:`getopt` (an equivalent for :c:func:`getopt` from the C language) and the deprecated :mod:`optparse`. Note also that :mod:`argparse` is based on :mod:`optparse`,