diff options
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/enum.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst index b27c5527c7f..4d6f2c36336 100644 --- a/Doc/library/enum.rst +++ b/Doc/library/enum.rst @@ -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 |