PEP 572: Resolve unreferenced footnotes (#3249)
This commit is contained in:
parent
c51173ba08
commit
8d08b74983
13
pep-0572.rst
13
pep-0572.rst
|
@ -290,7 +290,7 @@ The same reason makes these examples invalid too::
|
|||
|
||||
While it's technically possible to assign consistent semantics to these cases,
|
||||
it's difficult to determine whether those semantics actually make *sense* in the
|
||||
absence of real use cases. Accordingly, the reference implementation will ensure
|
||||
absence of real use cases. Accordingly, the reference implementation [1]_ will ensure
|
||||
that such cases raise ``SyntaxError``, rather than executing with implementation
|
||||
defined behaviour.
|
||||
|
||||
|
@ -1326,14 +1326,3 @@ Copyright
|
|||
=========
|
||||
|
||||
This document has been placed in the public domain.
|
||||
|
||||
|
||||
|
||||
..
|
||||
Local Variables:
|
||||
mode: indented-text
|
||||
indent-tabs-mode: nil
|
||||
sentence-end-double-space: t
|
||||
fill-column: 70
|
||||
coding: utf-8
|
||||
End:
|
||||
|
|
Loading…
Reference in New Issue