[Python-checkins] cpython: #20348: fix headers markup in Argument Clinic howto. Patch by Moritz Neeb.

ezio.melotti python-checkins at python.org
Sat Jan 25 16:28:27 CET 2014


http://hg.python.org/cpython/rev/1eec62cf3675
changeset:   88700:1eec62cf3675
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sat Jan 25 17:27:46 2014 +0200
summary:
  #20348: fix headers markup in Argument Clinic howto.  Patch by Moritz Neeb.

files:
  Doc/howto/clinic.rst |  8 ++------
  1 files changed, 2 insertions(+), 6 deletions(-)


diff --git a/Doc/howto/clinic.rst b/Doc/howto/clinic.rst
--- 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 @@
   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 @@
 things with all the information you give it.
 
 
-========================
 Basic Concepts And Usage
 ========================
 
@@ -131,7 +129,6 @@
   a block.)
 
 
-==============================
 Converting Your First Function
 ==============================
 
@@ -533,7 +530,6 @@
 
     Congratulations, you've ported your first function to work with Argument Clinic!
 
-===============
 Advanced Topics
 ===============
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list