Skip to content

Commit a5f8d01

Browse files
fix in docstring
1 parent 4a2877d commit a5f8d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smodels/experiment/datasetObj.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ def getUpperLimitFor(self, sms=None, evaluationType=False, txnames=None,
363363
:param expected: Compute evaluationType limit, i.e. Nobserved = NexpectedBG
364364
(only for efficiency-map results)
365365
:param compute: If True, the upper limit will be computed
366-
from evaluationType and observed number of events.
366+
from expected and observed number of events.
367367
If False, the value listed in the database will be used
368368
instead.
369369
:return: upper limit (Unum object)

0 commit comments

Comments
 (0)