diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-25 16:12:04 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-25 16:12:04 (GMT) |
commit | e4359952c089edbeaecc424b0f66930a97050999 (patch) | |
tree | aa83b974c39e62e066d3d6d23330e0332076e853 /Doc/html | |
parent | 6a11960ed49c47710424128c020b8adb89c7dc27 (diff) | |
download | cpython-e4359952c089edbeaecc424b0f66930a97050999.zip cpython-e4359952c089edbeaecc424b0f66930a97050999.tar.gz cpython-e4359952c089edbeaecc424b0f66930a97050999.tar.bz2 |
Remove some HTML from the PYTHONDOCS fragment defined here.
Diffstat (limited to 'Doc/html')
-rw-r--r-- | Doc/html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/html/Makefile b/Doc/html/Makefile index 03f3d04..6b2827b 100644 --- a/Doc/html/Makefile +++ b/Doc/html/Makefile @@ -19,7 +19,7 @@ MKHTML= $(MKHOWTO) --html BUILDINDEX=$(TOOLSDIR)/buildindex.py -PYTHONDOCS='<hr>See <i><a href="about.html">About this document...</a></i> for information on suggesting changes.' +PYTHONDOCS='See <i><a href="about.html">About this document...</a></i> for information on suggesting changes.' HTMLBASE= file:`pwd` INDEXFILES=api/api.html \ |