From c865de6aa84f1d444c87ee77d078741673b73968 Mon Sep 17 00:00:00 2001 From: "Eric V. Smith" Date: Fri, 4 Sep 2015 21:04:21 -0400 Subject: [PATCH] Remove unused footnotes. --- pep-0498.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pep-0498.txt b/pep-0498.txt index 7a2b76a13..ec4a99c28 100644 --- a/pep-0498.txt +++ b/pep-0498.txt @@ -677,12 +677,6 @@ References .. [#] Avoid locals() and globals() (https://mail.python.org/pipermail/python-ideas/2015-July/034701.html) -.. [#] str.format_map() documentation - (https://docs.python.org/3/library/stdtypes.html#str.format_map) - -.. [#] Format string syntax - (https://docs.python.org/3/library/string.html#format-string-syntax) - .. [#] String literal description (https://docs.python.org/3/reference/lexical_analysis.html#string-and-bytes-literals)