"vscode:/vscode.git/clone" did not exist on "3489607fbc466044fff96aa80738a005c7ead215"
Commit 8b62e3bf authored by Nikita Titov's avatar Nikita Titov Committed by Tsukasa OMOTO
Browse files

[docs] [python] fixed typo in docstring (#966)

parent 7193c30f
...@@ -1152,7 +1152,7 @@ class Dataset(object): ...@@ -1152,7 +1152,7 @@ class Dataset(object):
Returns Returns
------- -------
init_score : numpy array group : numpy array
Group size of each group. Group size of each group.
""" """
if self.group is None and self.handle is not None: if self.group is None and self.handle is not None:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment