Skip to content

Commit 67eb6c1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8d5a369 commit 67eb6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openml/flows/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ def edit_flow(
605605
>>> import openml
606606
>>> # Edit the custom name of a flow
607607
>>> edited_flow_id = openml.flows.edit_flow(123, custom_name="My Custom Flow Name")
608-
>>>
608+
>>>
609609
>>> # Edit multiple fields at once
610610
>>> edited_flow_id = openml.flows.edit_flow(
611611
... 456,

0 commit comments

Comments
 (0)