Skip to content

Commit

Permalink
Clarify key name
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKrughoff committed Nov 20, 2019
1 parent 17f7188 commit db041cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/pipe/tasks/read_stdText_calibs.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def read_all(root, camera):
-------
dict
A dictionary of dictionaries of objects constructed with the appropriate factory class.
The first key is the sensor name, and the second is the validity
The first key is the sensor name lowered, and the second is the validity
start time as a `datetime` object.
"""
root = os.path.normpath(root)
Expand Down

0 comments on commit db041cc

Please sign in to comment.