]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix minor typo in the rest format in the enum docs (GH-24335)
authorPablo Galindo <Pablogsal@gmail.com>
Mon, 25 Jan 2021 23:23:30 +0000 (23:23 +0000)
committerGitHub <noreply@github.com>
Mon, 25 Jan 2021 23:23:30 +0000 (23:23 +0000)
Doc/library/enum.rst

index b27c5527c7f7c4386e897b89bff12a3ae7f84fc9..4d6f2c36336138c1b30ad0e29ce781ddbda62d3a 100644 (file)
@@ -1364,7 +1364,7 @@ The code sample::
     True
 
 There is a new boundary mechanism that controls how out-of-range / invalid
-bits are handled: ``STRICT``, ``CONFORM``, ``EJECT`', and ``KEEP``:
+bits are handled: ``STRICT``, ``CONFORM``, ``EJECT``, and ``KEEP``:
 
   * STRICT --> raises an exception when presented with invalid values
   * CONFORM --> discards any invalid bits