diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-28 15:06:08 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-28 15:06:08 (GMT) |
commit | 4050e00e41a1fed198354faf1d570c8752737293 (patch) | |
tree | 071b0ac0121280d668d3804ec33a4e7d59ca6852 | |
parent | 0a0fd595b3c44d6de2fd3f708b4fac1ac82afbf3 (diff) | |
download | cpython-4050e00e41a1fed198354faf1d570c8752737293.zip cpython-4050e00e41a1fed198354faf1d570c8752737293.tar.gz cpython-4050e00e41a1fed198354faf1d570c8752737293.tar.bz2 |
Adjust the message that gets added to the bottom of each page about
where to send comments.
-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 8bbb691..44c5c2e 100644 --- a/Doc/html/Makefile +++ b/Doc/html/Makefile @@ -24,7 +24,7 @@ BUILDINDEX=$(TOOLSDIR)/buildindex.py # make it clear to l2h, since our support only generates HTML 4.0 L2HARGS= -html_version 4.0 -PYTHONDOCS='<hr>Send comments to <a href="mailto:python-docs@python.org">python-docs@python.org</a>.' +PYTHONDOCS='<hr>Send comments on this document to <a href="mailto:python-docs@python.org">python-docs@python.org</a>.' HTMLBASE= file:`pwd` INDEXFILES=api/api.html \ |