[Python-checkins] r73144 - in python/branches/release30-maint: Doc/library/math.rst
mark.dickinson
python-checkins at python.org
Tue Jun 2 14:54:05 CEST 2009
Author: mark.dickinson
Date: Tue Jun 2 14:54:05 2009
New Revision: 73144
Log:
Merged revisions 73143 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r73143 | mark.dickinson | 2009年06月02日 13:53:15 +0100 (2009年6月02日) | 1 line
Fix header level for 'Constants' section of math.rst
........
Modified:
python/branches/release30-maint/ (props changed)
python/branches/release30-maint/Doc/library/math.rst
Modified: python/branches/release30-maint/Doc/library/math.rst
==============================================================================
--- python/branches/release30-maint/Doc/library/math.rst (original)
+++ python/branches/release30-maint/Doc/library/math.rst Tue Jun 2 14:54:05 2009
@@ -277,7 +277,7 @@
Constants
-=========
+---------
.. data:: pi
More information about the Python-checkins
mailing list