From: Benjamin Peterson
Date: Thu, 28 May 2009 03:32:08 +0000 (+0000)
Subject: Merged revisions 72977 via svnmerge from
X-Git-Tag: 3.0~53
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72227035fe52ae825dac8760d8505dde64f041bf;p=thirdparty%2FPython%2Fcpython.git
Merged revisions 72977 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72977 | benjamin.peterson | 2009-05-27 22:30:13 -0500 (Wed, 27 May 2009) | 9 lines
Merged revisions 72971 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72971 | benjamin.peterson | 2009-05-27 22:02:13 -0500 (Wed, 27 May 2009) | 1 line
switch library reference and language reference
........
................
---
diff --git a/Doc/tools/sphinxext/indexcontent.html b/Doc/tools/sphinxext/indexcontent.html
index 9b7dd032463d..c9b331db4e7c 100644
--- a/Doc/tools/sphinxext/indexcontent.html
+++ b/Doc/tools/sphinxext/indexcontent.html
@@ -9,10 +9,10 @@
start here
Using Python
how to use Python on different platforms
- Language Reference
- describes syntax and language elements
Library Reference
keep this under your pillow
+ Language Reference
+ describes syntax and language elements
Python HOWTOs
in-depth documents on specific topics
|