diff options
author | Fred Drake <fdrake@acm.org> | 2001-03-06 07:28:20 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-03-06 07:28:20 +0000 |
commit | be04a4078148752bf37349c20b226e521366892f (patch) | |
tree | 4d4e41b5915aef642465f14db644f6f98a194fab | |
parent | baee61eacd154d2ec3fd6687295cf193e764471a (diff) | |
download | cpython-be04a4078148752bf37349c20b226e521366892f.tar.gz |
Turn "Python Documentation Central" into just "Documentation Central"; some
Web browsers tried to wrap lines in bad ways, so we avoid the problem by
putting fewer words on the page.
-rw-r--r-- | Doc/html/index.html.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/html/index.html.in b/Doc/html/index.html.in index 899b809f1e..86b28cc569 100644 --- a/Doc/html/index.html.in +++ b/Doc/html/index.html.in @@ -91,7 +91,7 @@ <ul> <li> <a href="http://www.python.org/doc/" class="title" - >Python Documentation Central</a> + >Documentation Central</a> <br>(for everyone) </ul> </td> |