Skip to content

Commit fd98954

Browse files
Apply suggestions from code review
Co-authored-by: Ravin Kumar <ravinsdrive@gmail.com>
1 parent f7b733e commit fd98954

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymc3/backports.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ def logp(
2828
"""
2929
Calculate log-probability of a distribution at specified value.
3030
31-
This function is a backported poor-mans version of PyMC >=4.0 like capabilities.
31+
This function is a limited functionality backported version of PyMC >=4.0 like capabilities.
3232
3333
Parameters
3434
----------
3535
value : numeric
36-
Value(s) for which log-probability is calculated. If the log probabilities for multiple
36+
Value(s) for which log-probability is calculated. If the log-probabilities for multiple
3737
values are desired the values must be provided in a numpy array or theano tensor
3838
3939
Returns

0 commit comments

Comments
 (0)