mirror of
https://github.com/python/cpython.git
synced 2025-12-10 02:50:09 +00:00
Fix minor typo in the rest format in the enum docs (GH-24335)
This commit is contained in:
parent
7c8e0b0336
commit
c92cd0f3c8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue