Skip to content

Commit

Permalink
Update t.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Aug 27, 2023
1 parent fffdda4 commit 6bb62c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skpro/distributions/t.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class TDistribution(BaseDistribution):
Example
-------
>>> from skpro.distriutions.t import TDistribution
>>> from skpro.distributions.t import TDistribution
>>> n = TDistribution(mu=[[0, 1], [2, 3], [4, 5]], sigma=1, df=10)
"""
Expand Down

0 comments on commit 6bb62c4

Please sign in to comment.