commit | 42777cdac543f2dfa8fd6febd0900ff031da6ac5 | [log] [tgz] |
---|---|---|
author | Andrew Svetlov <andrew.svetlov@gmail.com> | Fri Apr 05 10:10:27 2013 +0300 |
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | Fri Apr 05 10:10:27 2013 +0300 |
tree | d2c65757633b5dcd1298e2ef3930ce626130c731 | |
parent | 14e27d896f5d07eb4f24aee1f76f3cafd66c2b2b [diff] |
Fix typo.
diff --git a/Doc/howto/argparse.rst b/Doc/howto/argparse.rst index 449f7cd..1e608ec 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`,