Skip to content

Commit 0506f75

Browse files
authored
fix enum doc typo (#120091)
1 parent 28140d1 commit 0506f75

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
@@ -629,7 +629,7 @@ Data Types
629629
of two, starting with ``1``.
630630

631631
.. versionchanged:: 3.11 The *repr()* of zero-valued flags has changed. It
632-
is now::
632+
is now:
633633

634634
>>> Color(0) # doctest: +SKIP
635635
<Color: 0>

0 commit comments

Comments
 (0)