mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Fix typo in enum
documentation (#129920)
This commit is contained in:
parent
cda83cade0
commit
d05053a203
1 changed files with 1 additions and 1 deletions
|
@ -668,7 +668,7 @@ Data Types
|
|||
* the result is a valid *IntFlag*: an *IntFlag* is returned
|
||||
* the result is not a valid *IntFlag*: the result depends on the :class:`FlagBoundary` setting
|
||||
|
||||
The :func:`repr` of unnamed zero-valued flags has changed. It is now:
|
||||
The :func:`repr` of unnamed zero-valued flags has changed. It is now::
|
||||
|
||||
>>> Color(0)
|
||||
<Color: 0>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue