Readme: Change pep-0999.txt to pep-0999.rst (GH-584)

`.rst` file extension is now supported. New PEPs should be in `.rst`.
This commit is contained in:
Mariatta 2018-02-27 20:07:22 -08:00 committed by GitHub
parent 09e1ae72f0
commit b8a467cf2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ Generating HTML
Do not commit changes with bad formatting. To check the formatting of
a PEP, use the Makefile. In particular, to generate HTML for PEP 999,
your source code should be in ``pep-0999.txt`` and the HTML will be
your source code should be in ``pep-0999.rst`` and the HTML will be
generated to ``pep-0999.html`` by the command ``make pep-0999.html``.
The default Make target generates HTML for all PEPs. If you don't have
Make, use the ``pep2html.py`` script.