mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
fix enum doc typo (#120091)
This commit is contained in:
parent
28140d1f2d
commit
0506f75c53
1 changed files with 1 additions and 1 deletions
|
@ -629,7 +629,7 @@ Data Types
|
||||||
of two, starting with ``1``.
|
of two, starting with ``1``.
|
||||||
|
|
||||||
.. versionchanged:: 3.11 The *repr()* of zero-valued flags has changed. It
|
.. versionchanged:: 3.11 The *repr()* of zero-valued flags has changed. It
|
||||||
is now::
|
is now:
|
||||||
|
|
||||||
>>> Color(0) # doctest: +SKIP
|
>>> Color(0) # doctest: +SKIP
|
||||||
<Color: 0>
|
<Color: 0>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue