Skip to content

Commit

Permalink
Fix distributions.Gamma docstring (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
eb8680 authored Oct 23, 2019
1 parent 2a9f658 commit c2a3d2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion funsor/distributions.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,9 +545,10 @@ def eager_poisson(rate, value):

class Gamma(Distribution):
"""
Wraps :class:`pyro.distributions.Poisson` .
Wraps :class:`pyro.distributions.Gamma` .
:param Funsor concentration: Positive concentration parameter.
:param Funsor rate: Positive rate parameter.
:param Funsor value: Optional positive observation.
"""
dist_class = dist.Gamma
Expand Down

0 comments on commit c2a3d2e

Please sign in to comment.