https://github.com/python/cpython/commit/d05053a203d922c8056f12ef3c9338229fdce043
commit: d05053a203d922c8056f12ef3c9338229fdce043
branch: main
author: Victorien <[email protected]>
committer: AlexWaygood <[email protected]>
date: 2025-02-09T21:48:11Z
summary:

Fix typo in `enum` documentation (#129920)

files:
M Doc/library/enum.rst

diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst
index 8ca949368db4ff..c9b2c7d76b6746 100644
--- a/Doc/library/enum.rst
+++ b/Doc/library/enum.rst
@@ -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>

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to