From de8ca55bd68b1151fb879bbe3e3311542168a361 Mon Sep 17 00:00:00 2001 From: CAM Gerlach Date: Mon, 21 Feb 2022 18:20:11 -0600 Subject: [PATCH] PEP 0: Don't add title for empty references section (#2353) --- pep0/output.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pep0/output.py b/pep0/output.py index 10024c221..34e69bf6c 100644 --- a/pep0/output.py +++ b/pep0/output.py @@ -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)