]> granicus.if.org Git - python/commitdiff
#20348: fix headers markup in Argument Clinic howto. Patch by Moritz Neeb.
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 25 Jan 2014 15:27:46 +0000 (17:27 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 25 Jan 2014 15:27:46 +0000 (17:27 +0200)
Doc/howto/clinic.rst

index 20477db9942f3eb8726fd8e0dae5f07bf309a88c..bfae20e7c9f2477218ceabbaa64ef742bd3ba2ac 100644 (file)
@@ -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
 ===============