[Python-checkins] cpython (2.7): Use standard heading for ast module docs

eric.araujo python-checkins at python.org
Fri Aug 19 14:28:09 CEST 2011


http://hg.python.org/cpython/rev/afd261cc1080
changeset:   71951:afd261cc1080
branch:      2.7
user:        Éric Araujo <merwok at netwok.org>
date:        Fri Aug 19 02:01:14 2011 +0200
summary:
  Use standard heading for ast module docs

files:
  Doc/library/ast.rst |  6 ++----
  1 files changed, 2 insertions(+), 4 deletions(-)


diff --git a/Doc/library/ast.rst b/Doc/library/ast.rst
--- a/Doc/library/ast.rst
+++ b/Doc/library/ast.rst
@@ -1,7 +1,5 @@
-.. _ast:
-
-Abstract Syntax Trees
-=====================
+:mod:`ast` --- Abstract Syntax Trees
+====================================
 
 .. module:: ast
    :synopsis: Abstract Syntax Tree classes and manipulation.

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


More information about the Python-checkins mailing list