PEP-695: Fix formatting of code example (#2867)
This commit is contained in:
parent
460196dc13
commit
9f29302037
|
@ -529,6 +529,7 @@ Symbols referenced in inner scopes are resolved using existing rules except
|
||||||
that type parameter scopes are also considered during name resolution.
|
that type parameter scopes are also considered during name resolution.
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
T = 0
|
T = 0
|
||||||
|
|
||||||
# T refers to the global variable
|
# T refers to the global variable
|
||||||
|
|
Loading…
Reference in New Issue