From 7bbf2a7b92eb5ea3c6aed9a4737895baa9d53abb Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Fri, 29 Jan 2021 10:28:12 +0100 Subject: [PATCH] Corrected typo in Logging Handler docs. --- docs/source/logging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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