PEP 572: Resolve unreferenced footnotes (#3249)

This commit is contained in:
Adam Turner 2023-08-04 23:28:53 +01:00 committed by GitHub
parent c51173ba08
commit 8d08b74983
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 12 deletions

View File

@ -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: