diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2014-01-25 15:27:46 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2014-01-25 15:27:46 (GMT) |
commit | a3642b67ca2656ec6d5c10a52bbb643462236ded (patch) | |
tree | 692817940bab58f154cf8b73c3db31910b85dc07 | |
parent | 8dffc456d74a3a4395ac7a8f3957ff74f7f66753 (diff) | |
download | cpython-a3642b67ca2656ec6d5c10a52bbb643462236ded.zip cpython-a3642b67ca2656ec6d5c10a52bbb643462236ded.tar.gz cpython-a3642b67ca2656ec6d5c10a52bbb643462236ded.tar.bz2 |
#20348: fix headers markup in Argument Clinic howto. Patch by Moritz Neeb.
-rw-r--r-- | Doc/howto/clinic.rst | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Doc/howto/clinic.rst b/Doc/howto/clinic.rst index 20477db..bfae20e 100644 --- a/Doc/howto/clinic.rst +++ b/Doc/howto/clinic.rst @@ -1,6 +1,6 @@ -====================== +********************** Argument Clinic How-To -====================== +********************** :author: Larry Hastings @@ -23,7 +23,6 @@ Argument Clinic How-To version of Argument Clinic that ships with CPython 3.5 *could* be totally incompatible and break all your code. -============================ The Goals Of Argument Clinic ============================ @@ -75,7 +74,6 @@ and it should be able to do many interesting and smart things with all the information you give it. -======================== Basic Concepts And Usage ======================== @@ -131,7 +129,6 @@ For the sake of clarity, here's the terminology we'll use with Argument Clinic: a block.) -============================== Converting Your First Function ============================== @@ -533,7 +530,6 @@ Let's dive in! Congratulations, you've ported your first function to work with Argument Clinic! -=============== Advanced Topics =============== |