Skip to content

Commit d05053a

Browse files
authored
Fix typo in enum documentation (#129920)
1 parent cda83ca commit d05053a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/enum.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ Data Types
668668
* the result is a valid *IntFlag*: an *IntFlag* is returned
669669
* the result is not a valid *IntFlag*: the result depends on the :class:`FlagBoundary` setting
670670

671-
The :func:`repr` of unnamed zero-valued flags has changed. It is now:
671+
The :func:`repr` of unnamed zero-valued flags has changed. It is now::
672672

673673
>>> Color(0)
674674
<Color: 0>

0 commit comments

Comments
 (0)