From c7887cfb5551555546bdb3a454643c03e9c8ea4a Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Tue, 2 Jun 2009 12:54:05 +0000 Subject: [PATCH] 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 (Tue, 02 Jun 2009) | 1 line Fix header level for 'Constants' section of math.rst ........ --- Doc/library/math.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/math.rst b/Doc/library/math.rst index d59296a2dbd4..d44b34d79216 100644 --- a/Doc/library/math.rst +++ b/Doc/library/math.rst @@ -277,7 +277,7 @@ Hyperbolic functions Constants -========= +--------- .. data:: pi -- 2.47.3