Skip to content

Commit

Permalink
[unbinned fit] fix docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
cverstege committed Dec 19, 2023
1 parent 01dedda commit 2b80790
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kafe2/fit/unbinned/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class UnbinnedPlotAdapter(PlotAdapterBase):
def __init__(self, unbinned_fit_object, from_container=False):
"""
Construct an :py:obj:`UnbinnedPlotAdapter` for a :py:obj:`~kafe2.fit.unbinned.UnbinnedFit` object:
:param unbinned_fit_object: an :py:obj:`~kafe2.fit.unbinned.UnbinnedFit` object
:param from_container: Whether unbinned_fit_object was created ad-hoc from just a data
container.
Expand Down

0 comments on commit 2b80790

Please sign in to comment.