Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscb committed Feb 10, 2021
1 parent f1b601b commit 90b2c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ap/association/diaPipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ class DiaPipelineConfig(pipeBase.PipelineTaskConfig,
validBands = pexConfig.ListField(
dtype=str,
default=["u", "g", "r", "i", "z", "y"],
doc="List of bands that are valid for AP processing. To process a "
doc="List of bands that are valid for AP processing. To process a "
"band not on this list, the appropriate band specific columns "
"must be added to the Apdb schema in dax_apdb.",
)
Expand Down

0 comments on commit 90b2c52

Please sign in to comment.