From ccb90e3ccd60bc0156905510074dce84e5b1272c Mon Sep 17 00:00:00 2001
From: Raymond Hettinger
Date: Thu, 2 Sep 2010 09:17:31 +0000
Subject: [PATCH] Keep contents order the same between versions.
---
Doc/tools/sphinxext/indexcontent.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Doc/tools/sphinxext/indexcontent.html b/Doc/tools/sphinxext/indexcontent.html
index fade751e27c2..9c306567b2a5 100644
--- a/Doc/tools/sphinxext/indexcontent.html
+++ b/Doc/tools/sphinxext/indexcontent.html
@@ -11,10 +11,10 @@
keep this under your pillow
Language Reference
describes syntax and language elements
- Python HOWTOs
- in-depth documents on specific topics
Python Setup
how to use Python on different platforms
+ Python HOWTOs
+ in-depth documents on specific topics
Extending and Embedding
tutorial for C/C++ programmers
--
2.47.3
|