diff options
author | Fred Drake <fdrake@acm.org> | 2003-07-30 02:55:28 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-07-30 02:55:28 (GMT) |
commit | 9d843087b6153ab501343d9d26887c3a0f22d292 (patch) | |
tree | c9e17fac95401e5fd1bd80edfc2a8bb6f2f3592f /Doc/tools/getpagecounts | |
parent | 333d6fd5836865fda87355ef9f346a602bec07ad (diff) | |
download | cpython-9d843087b6153ab501343d9d26887c3a0f22d292.zip cpython-9d843087b6153ab501343d9d26887c3a0f22d292.tar.gz cpython-9d843087b6153ab501343d9d26887c3a0f22d292.tar.bz2 |
update the documentation contact address
Diffstat (limited to 'Doc/tools/getpagecounts')
-rwxr-xr-x | Doc/tools/getpagecounts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/getpagecounts b/Doc/tools/getpagecounts index 0837431..58f703c 100755 --- a/Doc/tools/getpagecounts +++ b/Doc/tools/getpagecounts @@ -73,7 +73,7 @@ The following manuals are included in this package: If you have any questions, comments, or suggestions regarding these -documents, please send them via email to python-docs@python.org. +documents, please send them via email to docs@python.org. """ def count_pages(filename): |