We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
enum
1 parent cda83ca commit d05053aCopy full SHA for d05053a
Doc/library/enum.rst
@@ -668,7 +668,7 @@ Data Types
668
* the result is a valid *IntFlag*: an *IntFlag* is returned
669
* the result is not a valid *IntFlag*: the result depends on the :class:`FlagBoundary` setting
670
671
- 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::
672
673
>>> Color(0)
674
<Color: 0>
0 commit comments