From 575c0d163d1c666503164784c942a5e77213cc83 Mon Sep 17 00:00:00 2001 From: Fredrik Averpil Date: Sat, 15 May 2021 21:55:58 +0200 Subject: [PATCH] Update instructions to use pep-9999.rst in README (GH-1963) --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index d29f52963..f24e99be1 100644 --- a/README.rst +++ b/README.rst @@ -45,8 +45,8 @@ Checking PEP formatting and rendering 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.rst`` and the HTML will be -generated to ``pep-0999.html`` by the command ``make pep-0999.html``. +your source code should be in ``pep-9999.rst`` and the HTML will be +generated to ``pep-9999.html`` by the command ``make pep-9999.html``. The default Make target generates HTML for all PEPs. If you don't have Make, use the ``pep2html.py`` script directly.