From 186307a128c32cbf4b1719dbad1c259148bd9814 Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Fri, 23 Jun 2023 16:11:36 -0700 Subject: [PATCH] Deliberate doc problem --- python/lsst/daf/butler/core/quantum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/lsst/daf/butler/core/quantum.py b/python/lsst/daf/butler/core/quantum.py index d3cdb77e89..b18f594046 100644 --- a/python/lsst/daf/butler/core/quantum.py +++ b/python/lsst/daf/butler/core/quantum.py @@ -243,7 +243,7 @@ def __init__( self._datastore_records = datastore_records def to_simple(self, accumulator: DimensionRecordsAccumulator | None = None) -> SerializedQuantum: - """Convert this class to a simple python type. + """Converts this class to a simple python type. This makes it suitable for serialization.