diff --git a/docs/source/logging.rst b/docs/source/logging.rst index c5579679..b9077188 100644 --- a/docs/source/logging.rst +++ b/docs/source/logging.rst @@ -24,7 +24,7 @@ Rich logs won't render :ref:`console_markup` in logging by default as most libra Handle exceptions ------------------- -The :class:`~rich.logging.RichHandler` class may be configured to ues Rich's :class:`~rich.traceback.Traceback` class to format exceptions, which provides more context than a builtin exception. To get beautiful exceptions in your logs set ``rich_tracebacks=True`` on the handler constructor:: +The :class:`~rich.logging.RichHandler` class may be configured to use Rich's :class:`~rich.traceback.Traceback` class to format exceptions, which provides more context than a builtin exception. To get beautiful exceptions in your logs set ``rich_tracebacks=True`` on the handler constructor:: import logging