Skip to content

Commit

Permalink
Split doc sentences with newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed Nov 1, 2022
1 parent 831319c commit 014b2b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/lsst/pipe/tasks/photoCal.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class PhotoCalConfig(pexConf.Config):
fluxField = pexConf.Field(
dtype=str,
default="slot_CalibFlux_instFlux",
doc=("Name of the source instFlux field to use. The associated flag field\n"
doc=("Name of the source instFlux field to use.\nThe associated flag field "
"('<name>_flags') will be implicitly included in badFlags."),
)
applyColorTerms = pexConf.Field(
Expand Down Expand Up @@ -87,8 +87,8 @@ class PhotoCalConfig(pexConf.Config):
photoCatName = pexConf.Field(
dtype=str,
optional=True,
doc=("Name of photometric reference catalog; used to select a color term dict in colorterms."
" See also applyColorTerms"),
doc=("Name of photometric reference catalog; used to select a color term dict in colorterms.\n"
"See also applyColorTerms."),
)
magErrFloor = pexConf.RangeField(
dtype=float,
Expand Down

0 comments on commit 014b2b0

Please sign in to comment.