Skip to content

Commit 903eaa2

Browse files
author
Larry Dong
committed
🐢 Minor fix on top of grammar fixed in docs
1 parent ff1cf60 commit 903eaa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/distributions/continuous.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4251,4 +4251,4 @@ def logcdf(self, value):
42514251
return bound(
42524252
at.log(at.erfc(at.exp(-scaled / 2) * (2 ** -0.5))),
42534253
0 < sigma,
4254-
)
4254+
)

0 commit comments

Comments
 (0)