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/caching.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'botcore/utils/caching.py') diff --git a/botcore/utils/caching.py b/botcore/utils/caching.py index ea71ed1d..ac34bb9b 100644 --- a/botcore/utils/caching.py +++ b/botcore/utils/caching.py @@ -16,7 +16,7 @@ class AsyncCache: def __init__(self, max_size: int = 128): """ - Initialise a new AsyncCache instance. + Initialise a new :obj:`AsyncCache` instance. Args: max_size: How many items to store in the cache. -- cgit v1.2.3