https://github.com/python/cpython/commit/0506f75c53ce0895408050ededcfb66bc07eb19b
commit: 0506f75c53ce0895408050ededcfb66bc07eb19b
branch: main
author: Saul Pwanson <[email protected]>
committer: kumaraditya303 <[email protected]>
date: 2024-06-17T21:31:15+05:30
summary:
fix enum doc typo (#120091)
files:
M Doc/library/enum.rst
diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst
index 9cf94e342dad28..8b3f397ea862f4 100644
--- a/Doc/library/enum.rst
+++ b/Doc/library/enum.rst
@@ -629,7 +629,7 @@ Data Types
of two, starting with ``1``.
.. versionchanged:: 3.11 The *repr()* of zero-valued flags has changed. It
- is now::
+ is now:
>>> Color(0) # doctest: +SKIP
<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]