PEP 572: Fix markup (wow, I pushed the same bug twice in one day...)

This commit is contained in:
Chris Angelico 2018-04-11 15:23:04 +10:00
parent 6c0985fc9a
commit c51be3df34
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ Name lookups in class scope
A comprehension inside a class previously was able to 'see' class members ONLY
from the outermost iterable. Other name lookups would ignore the class and
potentially locate a name at an outer scope:
potentially locate a name at an outer scope::
pattern = "<%d>"
class X: