8000 Fix minor typo in the rest format in the enum docs (GH-24335) · python/cpython@c92cd0f · GitHub
[go: up one dir, main page]

Skip to content

Commit c92cd0f

Browse files
authored
Fix minor typo in the rest format in the enum docs (GH-24335)
1 parent 7c8e0b0 commit c92cd0f

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
@@ -1364,7 +1364,7 @@ The code sample::
13641364
True
13651365

13661366
There is a new boundary mechanism that controls how out-of-range / invalid
1367-
bits are handled: ``STRICT``, ``CONFORM``, ``EJECT`', and ``KEEP``:
1367+
bits are handled: ``STRICT``, ``CONFORM``, ``EJECT``, and ``KEEP``:
13681368

13691369
* STRICT --> raises an exception when presented with invalid values
13701370
* CONFORM --> discards any invalid bits

0 commit comments

Comments
 (0)
0