diff options
Diffstat (limited to 'botcore/utils/logging.py')
-rw-r--r-- | botcore/utils/logging.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/botcore/utils/logging.py b/botcore/utils/logging.py index 740c20d4..71ce4e66 100644 --- a/botcore/utils/logging.py +++ b/botcore/utils/logging.py @@ -1,4 +1,4 @@ -"""Custom :obj:`logging.Logger` class that implements a new ``"TRACE"`` level.""" +"""Common logging related functions.""" import logging import typing |