https://hg.python.org/peps/rev/9ec916c0b2e8 changeset: 5968:9ec916c0b2e8 user: Eric V. Smith <eric at trueblade.com> date: Fri Aug 21 18:38:38 2015 -0400 summary: Restored accidentally deleted newline. files: pep-0498.txt | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/pep-0498.txt b/pep-0498.txt --- a/pep-0498.txt +++ b/pep-0498.txt @@ -647,7 +647,8 @@ There would obviously need to be some way to specify to the compiler what lookup function would be called. -References ========== +References +========== .. [#] %-formatting (https://docs.python.org/3/library/stdtypes.html#printf-style-string-formatting) -- Repository URL: https://hg.python.org/peps