diff --git a/scripts/announce.py b/scripts/announce.py index 9e7dc722ac1a1..1459d2fc18d2a 100644 --- a/scripts/announce.py +++ b/scripts/announce.py @@ -13,7 +13,7 @@ Usage:: - $ ./tools/announce.py + $ ./scripts/announce.py The output is utf8 rst. @@ -23,14 +23,14 @@ - gitpython - pygithub -Some code was copied from scipy `tools/gh_list.py` and `tools/authors.py`. +Some code was copied from scipy `tools/gh_lists.py` and `tools/authors.py`. Examples -------- From the bash command line with $GITHUB token. - $ ./tools/announce $GITHUB v1.11.0..v1.11.1 > announce.rst + $ ./scripts/announce $GITHUB v1.11.0..v1.11.1 > announce.rst """ from __future__ import print_function, division