mirror of https://github.com/python/cpython
fix enum doc typo (#120091)
This commit is contained in:
parent
28140d1f2d
commit
0506f75c53
|
@ -629,7 +629,7 @@ Data Types
|
|||
of two, starting with ``1``.
|
||||
|
||||
.. versionchanged:: 3.11 The *repr()* of zero-valued flags has changed. It
|
||||
is now::
|
||||
is now:
|
||||
|
||||
>>> Color(0) # doctest: +SKIP
|
||||
<Color: 0>
|
||||
|
|
Loading…
Reference in New Issue