From ce380fad4ce428fb9403388dac22994e87ce4dc8 Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Mon, 10 Jul 2023 08:10:23 -0700 Subject: [PATCH] Fix numpydoc section name --- python/lsst/daf/butler/core/persistenceContext.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/lsst/daf/butler/core/persistenceContext.py b/python/lsst/daf/butler/core/persistenceContext.py index 27751388f8..5714602aa3 100644 --- a/python/lsst/daf/butler/core/persistenceContext.py +++ b/python/lsst/daf/butler/core/persistenceContext.py @@ -71,8 +71,8 @@ class PersistenceContextVars: This process is thread safe. - Note - ---- + Notes + ----- Caches of `SerializedDatasetRef`\ s are intentionally left out. It was discovered that these caused excessive python memory allocations which though cleaned up upon completion, left the process using more memory than