Skip to content

Commit

Permalink
Fix docstring issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
czwa committed Aug 31, 2021
1 parent 9aae846 commit 6dca259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lsst/cp/verify/verifyFlat.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def detectorStatistics(self, statisticsDict, statControl):
Parameters
----------
statisticsDictionary : `dict` [`str`, `dict` [`str`, scalar]],
statisticsDict : `dict` [`str`, `dict` [`str`, scalar]],
Dictionary of measured statistics. The inner dictionary
should have keys that are statistic names (`str`) with
values that are some sort of scalar (`int` or `float` are
Expand Down Expand Up @@ -85,7 +85,7 @@ def verify(self, exposure, statisticsDict):
----------
exposure : `lsst.afw.image.Exposure`
The exposure the statistics are from.
statisticsDictionary : `dict` [`str`, `dict` [`str`, scalar]],
statisticsDict : `dict` [`str`, `dict` [`str`, scalar]],
Dictionary of measured statistics. The inner dictionary
should have keys that are statistic names (`str`) with
values that are some sort of scalar (`int` or `float` are
Expand Down

0 comments on commit 6dca259

Please sign in to comment.