Skip to content

Commit

Permalink
Update metalearners/_utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Klein <[email protected]>
  • Loading branch information
FrancescMartiEscofetQC and kklein authored Jun 24, 2024
1 parent 7fa8794 commit 8691a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metalearners/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ def simplify_output_2d(tensor: np.ndarray) -> np.ndarray:
# Taken from https://stackoverflow.com/questions/13741998/is-there-a-way-to-let-classes-inherit-the-documentation-of-their-superclass-with
def copydoc(fromfunc, sep="\n"):
"""
Decorator: Copy the docstring of `fromfunc`
Decorator: Copy the docstring of ``fromfunc``
"""

def _decorator(func):
Expand Down

0 comments on commit 8691a02

Please sign in to comment.