commit | c5288e60f3269f926e7284be4eb6467d90f66b40 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun May 06 21:39:35 2012 +0200 |
committer | Georg Brandl <georg@python.org> | Sun May 06 21:39:35 2012 +0200 |
tree | 55b5816510f7947f67ad87659cb65bc51da174ab | |
parent | 1c96f946cfb0b1e99c88031e5bda44bb1cb574aa [diff] |
Fix document title for Sphinx.
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>