diff --git a/pep-0435.txt b/pep-0435.txt index 4d4fa8ed9..4fafdd479 100644 --- a/pep-0435.txt +++ b/pep-0435.txt @@ -168,7 +168,7 @@ at program-writing time). ``Enum`` allows such access:: >>> Color(1) >>> Color(3) - + If you want to access enum members by *name*, use item access::