Skip to content

Commit 33617c4

Browse files
authored
Merge pull request #1 from tanishy7777/tanishy7777-patch-1
Fix for issue pymc-devs#7563
2 parents cbc54e0 + 4b730b8 commit 33617c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/distributions/multivariate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def quaddist_chol(value, mu, cov):
194194

195195
class MvNormal(Continuous):
196196
r"""
197-
Multivariate normal log-likelihood.
197+
Multivariate normal distribution.
198198
199199
.. math::
200200

0 commit comments

Comments
 (0)