Fix typo in enum documentation (#129920)

This commit is contained in:
Victorien 2025-02-09 22:48:11 +01:00 committed by GitHub
parent cda83cade0
commit d05053a203
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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