Skip to content

Commit

Permalink
Fix logger class in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Jul 5, 2024
1 parent 515795d commit eac5794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/meas/algorithms/loadReferenceObjects.py
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ def applyProperMotionsImpl(log, catalog, epoch):
Parameters
----------
log : `lsst.log.Log` or `logging.getLogger`
log : `lsst.log.Log` or `logging.Logger`
Log object to write to.
catalog : `lsst.afw.table.SimpleCatalog`
Catalog of positions, containing:
Expand Down

0 comments on commit eac5794

Please sign in to comment.