PEP 0: Don't add title for empty references section (#2353)

This commit is contained in:
CAM Gerlach 2022-02-21 18:20:11 -06:00 committed by GitHub
parent 6064e225d5
commit de8ca55bd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -284,7 +284,5 @@ def write_pep0(peps, output=sys.stdout):
print(author_table_separator, file=output)
print(file=output)
print(file=output)
# References for introduction footnotes
emit_title("References", "references", output)
print(constants.references, file=output)
print(constants.footer, file=output)