diff options
author | Larry Hastings <larry@hastings.org> | 2014-01-04 20:44:57 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2014-01-04 20:44:57 (GMT) |
commit | 78cf85c669d9e8b14e290b87921d08266b6b7cb8 (patch) | |
tree | 01382e042c39ce1216e14e7c24a05c0846e8c2da /Doc/howto/index.rst | |
parent | 3cceb384861eeae1f164568a9ea30534fdf2c87c (diff) | |
download | cpython-78cf85c669d9e8b14e290b87921d08266b6b7cb8.zip cpython-78cf85c669d9e8b14e290b87921d08266b6b7cb8.tar.gz cpython-78cf85c669d9e8b14e290b87921d08266b6b7cb8.tar.bz2 |
Issue #19659: Added documentation for Argument Clinic.
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 81a4f8b..2c9d699 100644 --- a/Doc/howto/index.rst +++ b/Doc/howto/index.rst @@ -28,4 +28,5 @@ Currently, the HOWTOs are: webservers.rst argparse.rst ipaddress.rst + clinic.rst |