From af149827f03fd012ec27f350b0263d0bcb5398cf Mon Sep 17 00:00:00 2001
From: Tim Jenness <tjenness@lsst.org>
Date: Fri, 17 Jan 2025 15:31:32 -0700
Subject: [PATCH] Cleanup docstring copy and paste error

---
 python/lsst/daf/butler/registry/obscore/_records.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/python/lsst/daf/butler/registry/obscore/_records.py b/python/lsst/daf/butler/registry/obscore/_records.py
index a4ad0403e0..59459e12eb 100644
--- a/python/lsst/daf/butler/registry/obscore/_records.py
+++ b/python/lsst/daf/butler/registry/obscore/_records.py
@@ -100,7 +100,8 @@ class RecordFactory:
     spatial_plugins : `~collections.abc.Collection` of `SpatialObsCorePlugin`
         Spatial plugins.
     derived_region_factory : `DerivedRegionFactory`, optional
-        Manager for Registry dimensions.
+        Factory for handling derived regions that are not directly
+        available from the data ID.
     """
 
     def __init__(
@@ -361,7 +362,8 @@ class DafButlerRecordFactory(RecordFactory):
     spatial_plugins : `~collections.abc.Collection` of `SpatialObsCorePlugin`
         Spatial plugins.
     derived_region_factory : `DerivedRegionFactory`, optional
-        Manager for Registry dimensions.
+        Factory for handling derived regions that are not directly
+        available from the data ID.
     """
 
     def __init__(