diff --git a/pep-0695.rst b/pep-0695.rst index 3e94e7b74..afed30b1d 100644 --- a/pep-0695.rst +++ b/pep-0695.rst @@ -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. :: + T = 0 # T refers to the global variable