Skip to content

Commit

Permalink
Merge pull request #467 from lsst/tickets/DM-41043
Browse files Browse the repository at this point in the history
DM-41043: Fix bad symbol reference in docs.
  • Loading branch information
TallJimbo committed Oct 9, 2023
2 parents 0720eaf + ca4c7c6 commit d3f3557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/obs/base/_instrument.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def _registerFilters(self, registry: Registry, update: bool = False) -> None:
Parameters
----------
registry : `lsst.daf.butler.core.Registry`
registry : `lsst.daf.butler.Registry`
The registry to add dimensions to.
update : `bool`, optional
If `True` (`False` is default), update existing records if they
Expand Down

0 comments on commit d3f3557

Please sign in to comment.