Skip to content

Commit

Permalink
fix return statement format in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Kennedy Ricardo authored and Kennedy Ricardo committed Sep 11, 2020
1 parent 8fcb2f0 commit 87ab129
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sklearndf/_sklearndf.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ def fit_predict(
:param y: a series or data frame with one or more outputs per observation
:param fit_params: optional keyword parameters as required by specific \
learner implementations
:return predictions per observation as a series, or as a data frame in case of \
multiple outputs
:return: predictions per observation as a series, or as a data frame in case \
of multiple outputs
"""
pass

Expand Down

0 comments on commit 87ab129

Please # to comment.