[Python-checkins] peps: Straightened out footnotes.

eric.smith python-checkins at python.org
Fri Aug 21 02:55:52 CEST 2015


https://hg.python.org/peps/rev/194e513b553e
changeset:   5960:194e513b553e
user:        Eric V. Smith <eric at trueblade.com>
date:        Thu Aug 20 20:27:23 2015 -0400
summary:
  Straightened out footnotes.

files:
  pep-0498.txt |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/pep-0498.txt b/pep-0498.txt
--- a/pep-0498.txt
+++ b/pep-0498.txt
@@ -516,12 +516,12 @@
 .. [#] Format string syntax
        (https://docs.python.org/3/library/string.html#format-string-syntax)
 
+.. [#] Start of python-ideas discussion
+       (https://mail.python.org/pipermail/python-ideas/2015-July/034657.html)
+
 .. [#] Wikipedia article on string interpolation
        (https://en.wikipedia.org/wiki/String_interpolation)
 
-.. [#] Start of python-ideas discussion
-       (https://mail.python.org/pipermail/python-ideas/2015-July/034657.html)
-
 .. [#] Differences in str.format() and f-string expressions
        (https://mail.python.org/pipermail/python-ideas/2015-July/034726.html)
 

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list