Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d34cfcb

Browse files
committed
Revise the message to be a little nicer.
Have the mail sent to the python-dev and Doc-SIG lists.
1 parent a33c566 commit d34cfcb

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

Doc/tools/update-docs.sh

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ if [ -f "$UPDATES" ] ; then
2020
cd devel-docs || exit $?
2121
(bzip2 -dc "$UPDATES" | tar xf -) || exit $?
2222
rm "$UPDATES" || exit $?
23-
Mail -s '[online doc updates]' [email protected] <<EOF
24-
Development version of documentation updated:
25-
http://python.sourceforge.net/devel-docs/
23+
Mail -s '[development doc updates]' \
24+
25+
<<EOF
26+
The development version of the documentation has been updated:
27+
28+
http://python.sourceforge.net/devel-docs/
2629
EOF
2730
fi

0 commit comments

Comments
 (0)