Fix typo
This commit is contained in:
parent
286c812369
commit
939f5b14ff
|
@ -168,7 +168,7 @@ at program-writing time). ``Enum`` allows such access::
|
||||||
>>> Color(1)
|
>>> Color(1)
|
||||||
<Color.red: 1>
|
<Color.red: 1>
|
||||||
>>> Color(3)
|
>>> Color(3)
|
||||||
<Colro.blue: 3>
|
<Color.blue: 3>
|
||||||
|
|
||||||
If you want to access enum members by *name*, use item access::
|
If you want to access enum members by *name*, use item access::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue