From 54e3d222deb92ba89072589477114d7d9ceec382 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Thu, 24 Feb 2022 16:12:21 +0000 Subject: Consistently use double backticks when referring to a variable name. Also add sphix-style docstrings to functions that were previously missing them. --- botcore/utils/logging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'botcore/utils/logging.py') 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 -- cgit v1.2.3