fix enum doc typo (#120091)

This commit is contained in:
Saul Pwanson 2024-06-17 09:01:15 -07:00 committed by GitHub
parent 28140d1f2d
commit 0506f75c53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>