Skip to content

Commit

Permalink
Modify doc string.
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscb committed Nov 30, 2020
1 parent da50969 commit 548396e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lsst/ap/association/diaPipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ class DiaPipelineConnections(pipeBase.PipelineTaskConnections,
dimensions=("instrument", "visit", "detector"),
)
associatedDiaSources = connTypes.Output(
doc="Optional output storing the DiaSource catalog after matching and "
"SDMification.",
doc="Optional output storing the DiaSource catalog after matching, "
"calibration, and standardization for insertation into the Apdb.",
name="{fakesType}{coaddName}Diff_assocDiaSrc",
storageClass="DataFrame",
dimensions=("instrument", "visit", "detector"),
Expand Down

0 comments on commit 548396e

Please sign in to comment.