[pep-649] Clean up formatting (GH-2048)

One code-block was added, and fixed a couple of places where URLs were formatted as quotations.
This commit is contained in:
Christopher H.Barker, PhD 2021-09-16 18:06:16 -07:00 committed by GitHub
parent 8b0a9a2b55
commit 5f7d16f7df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -326,6 +326,8 @@ from within the language. Therefore it's possible to write code
that behaves differently based on whether annotations are
evaluated at binding time or at access time, e.g.
.. code-block::
mytype = str
def foo(a:mytype): pass
mytype = int