]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix enum doc typo (#120091)
authorSaul Pwanson <code@saul.pw>
Mon, 17 Jun 2024 16:01:15 +0000 (09:01 -0700)
committerGitHub <noreply@github.com>
Mon, 17 Jun 2024 16:01:15 +0000 (21:31 +0530)
Doc/library/enum.rst

index 9cf94e342dad281c17bb31c3102d110d39bf84c1..8b3f397ea862f47db327163a9edef50cd4a69527 100644 (file)
@@ -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>