Kaydet (Commit) 32f30a8d authored tarafından Ezio Melotti's avatar Ezio Melotti

#20677: fix typo in enum docs. Patch by Saimadhav Heblikar.

üst a9daee3e
......@@ -139,7 +139,7 @@ If you want to access enum members by *name*, use item access::
>>> Color['green']
<Color.green: 2>
If have an enum member and need its :attr:`name` or :attr:`value`::
If you have an enum member and need its :attr:`name` or :attr:`value`::
>>> member = Color.red
>>> member.name
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment