diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst index 8ca949368db4ff..c9b2c7d76b6746 100644 --- a/Doc/library/enum.rst +++ b/Doc/library/enum.rst @@ -668,7 +668,7 @@ Data Types * the result is a valid *IntFlag*: an *IntFlag* is returned * the result is not a valid *IntFlag*: the result depends on the :class:`FlagBoundary` setting - The :func:`repr` of unnamed zero-valued flags has changed. It is now: + The :func:`repr` of unnamed zero-valued flags has changed. It is now:: >>> Color(0)