From 025824417f0d779f41717a28047dc420991015aa Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Wed, 8 Jan 2020 10:11:35 -0600 Subject: grammar fixes --- src/pyramid/request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pyramid/request.py b/src/pyramid/request.py index 8bb1e2632..d79aad9bf 100644 --- a/src/pyramid/request.py +++ b/src/pyramid/request.py @@ -370,7 +370,7 @@ class RequestLocalCache: :meth:`.get`, :meth:`.set` and :meth:`.clear`. Using these methods, the cache can be used directly as well, without using it as a decorator. - The cache will clean release resources aggressively by utilizing + The cache will release resources aggressively by utilizing :meth:`pyramid.request.Request.add_finished_callback`, but it will also maintain a weakref to the request and cleanup when it is garbage collected if the callbacks are not invoked for some reason. -- cgit v1.2.3