diff --git a/peps/pep-0101.rst b/peps/pep-0101.rst index d36ec2e2b..c21e18145 100644 --- a/peps/pep-0101.rst +++ b/peps/pep-0101.rst @@ -647,11 +647,11 @@ permissions. - Populate the release with the downloadable files. Your friend and mine, Georg Brandl, made a lovely tool - called ``add-to-pydotorg.py``. You can find it in the + called ``add_to_pydotorg.py``. You can find it in the `python/release-tools`_ repo (next to ``release.py``). You run the tool on ``downloads.nyc1.psf.io``, like this:: - AUTH_INFO=: python add-to-pydotorg.py + AUTH_INFO=: python add_to_pydotorg.py This walks the correct download directory for ````, looks for files marked with ````, and populates @@ -664,8 +664,8 @@ permissions. keep it fresh. If new types of files are added to the release, someone will need to - update ``add-to-pydotorg.py`` so it recognizes these new files. - (It's best to update ``add-to-pydotorg.py`` when file types + update ``add_to_pydotorg.py`` so it recognizes these new files. + (It's best to update ``add_to_pydotorg.py`` when file types are removed, too.) The script will also sign any remaining files that were not