diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-12 21:50:10 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-12 21:50:10 (GMT) |
commit | 602cf584be07a2ffd595263bd8e14d8857e1ee1c (patch) | |
tree | bc457df7b028efb6b9b2ecfe7dd01b84a396eb7f /Doc/tools | |
parent | 2c278ed4a50b3a4cbb899de52c691fbfed4a9bd6 (diff) | |
download | cpython-602cf584be07a2ffd595263bd8e14d8857e1ee1c.zip cpython-602cf584be07a2ffd595263bd8e14d8857e1ee1c.tar.gz cpython-602cf584be07a2ffd595263bd8e14d8857e1ee1c.tar.bz2 |
Generate a more meaningful message regarding the type of the documentation
release being discussed.
Diffstat (limited to 'Doc/tools')
-rwxr-xr-x | Doc/tools/push-docs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/push-docs.sh b/Doc/tools/push-docs.sh index 26af1aa..6f93b85 100755 --- a/Doc/tools/push-docs.sh +++ b/Doc/tools/push-docs.sh @@ -71,7 +71,7 @@ To: $ADDRESSES From: "Fred L. Drake" <fdrake@acm.org> Subject: [$DOCLABEL doc updates] -The development version of the documentation has been updated: +The $DOCLABEL version of the documentation has been updated: http://python.sourceforge.net/$DOCTYPE-docs/ |