Skip to content

Commit a5a3caf

Browse files
authored
PEP 3126: Fix Sphinx unreferenced footnote warning (#4242)
1 parent a8f075c commit a5a3caf

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

peps/pep-3126.rst

+1-15
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
PEP: 3126
22
Title: Remove Implicit String Concatenation
3-
Version: $Revision$
4-
Last-Modified: $Date$
53
Author: Jim J. Jewett <[email protected]>,
64
Raymond Hettinger <[email protected]>
75
Status: Rejected
86
Type: Standards Track
9-
Content-Type: text/x-rst
107
Created: 29-Apr-2007
118
Post-History: 29-Apr-2007, 30-Apr-2007, 07-May-2007
129

@@ -109,7 +106,7 @@ Calls to this function can silently do the wrong thing::
109106
g("arg1 on this line"
110107
"arg2 on this line")
111108

112-
To quote Jason Orendorff [#Orendorff]
109+
To quote Jason Orendorff [#Orendorff]_:
113110

114111
Oh. I just realized this happens a lot out here. Where I work,
115112
we use scons, and each SConscript has a long list of filenames::
@@ -374,14 +371,3 @@ Copyright
374371
=========
375372

376373
This document has been placed in the public domain.
377-
378-
379-
380-
..
381-
Local Variables:
382-
mode: indented-text
383-
indent-tabs-mode: nil
384-
sentence-end-double-space: t
385-
fill-column: 70
386-
coding: utf-8
387-
End:

0 commit comments

Comments
 (0)