Fix minor typo in the rest format in the enum docs (GH-24335)

This commit is contained in:
Pablo Galindo 2021-01-25 23:23:30 +00:00 committed by GitHub
parent 7c8e0b0336
commit c92cd0f3c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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