Skip to content

Commit

Permalink
Cleanup docstring copy and paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Jan 17, 2025
1 parent d5e90b5 commit cd2c621
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions python/lsst/daf/butler/registry/obscore/_records.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__(
Expand Down Expand Up @@ -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__(
Expand Down

0 comments on commit cd2c621

Please sign in to comment.