diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-05-06 13:15:35 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-05-06 13:15:35 (GMT) |
commit | 6cc7a41c2fd8849918427005222b1c8306621ebb (patch) | |
tree | 8a906e6414349ff9af9c89ccc5ba38b3596912c5 /Doc/howto/index.rst | |
parent | b4c8902a8727f99a4d361f6a3ebafa5002e56030 (diff) | |
download | cpython-6cc7a41c2fd8849918427005222b1c8306621ebb.zip cpython-6cc7a41c2fd8849918427005222b1c8306621ebb.tar.gz cpython-6cc7a41c2fd8849918427005222b1c8306621ebb.tar.bz2 |
#14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe.
Diffstat (limited to 'Doc/howto/index.rst')
-rw-r--r-- | Doc/howto/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/howto/index.rst b/Doc/howto/index.rst index 11fe108..a11d3da 100644 --- a/Doc/howto/index.rst +++ b/Doc/howto/index.rst @@ -27,4 +27,5 @@ Currently, the HOWTOs are: unicode.rst urllib2.rst webservers.rst + argparse.rst |