diff options
author | Georg Brandl <georg@python.org> | 2012-05-06 19:39:35 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-05-06 19:39:35 (GMT) |
commit | c5288e60f3269f926e7284be4eb6467d90f66b40 (patch) | |
tree | 55b5816510f7947f67ad87659cb65bc51da174ab | |
parent | 1c96f946cfb0b1e99c88031e5bda44bb1cb574aa (diff) | |
download | cpython-c5288e60f3269f926e7284be4eb6467d90f66b40.zip cpython-c5288e60f3269f926e7284be4eb6467d90f66b40.tar.gz cpython-c5288e60f3269f926e7284be4eb6467d90f66b40.tar.bz2 |
Fix document title for Sphinx.
-rw-r--r-- | Doc/howto/argparse.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/howto/argparse.rst b/Doc/howto/argparse.rst index 5dbd82e..eed6a5f 100644 --- a/Doc/howto/argparse.rst +++ b/Doc/howto/argparse.rst @@ -1,6 +1,6 @@ -************************ -:mod:`argparse` Tutorial -************************ +***************** +Argparse Tutorial +***************** :author: Tshepang Lekhonkhobe <tshepang@gmail.com> |