Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Aug 22, 2023
1 parent d8ea244 commit 3508623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skpro/distributions/laplace.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Laplace(BaseDistribution):
Example
-------
>>> from skpro.distributions.normal import Normal
>>> from skpro.distributions.normal import Laplace
>>> n = Laplace(mu=[[0, 1], [2, 3], [4, 5]], scale=1)
"""
Expand Down

0 comments on commit 3508623

Please sign in to comment.