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 | e48daea2a668ac5bfc112faaa6540b9ca56fb70c (patch) | |
| tree | fd3c7a0c9116ad373f4dc2570786c65e0783afe4 /Doc/howto/index.rst | |
| parent | 9f9970b15d356bc0adee1dc7bb11bfc63712e7fd (diff) | |
| download | cpython-e48daea2a668ac5bfc112faaa6540b9ca56fb70c.zip cpython-e48daea2a668ac5bfc112faaa6540b9ca56fb70c.tar.gz cpython-e48daea2a668ac5bfc112faaa6540b9ca56fb70c.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 94ecc9a..6706f89 100644 --- a/Doc/howto/index.rst +++ b/Doc/howto/index.rst @@ -28,4 +28,5 @@ Currently, the HOWTOs are: unicode.rst urllib2.rst webservers.rst + argparse.rst |
