Skip to content

Commit 5fcf95b

Browse files
docs: Match docstring style format (#1012)
* Correct return type format - Amends PR #1010
1 parent 1a26830 commit 5fcf95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyhf/infer/calculators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def cdf(self, value):
6767
value (`float`): The test statistic value.
6868
6969
Returns:
70-
probability (`float`): The integrated probability to observe a test statistic less than or equal to the observed ``value``.
70+
Float: The integrated probability to observe a test statistic less than or equal to the observed ``value``.
7171
7272
"""
7373
tensorlib, _ = get_backend()

0 commit comments

Comments
 (0)