Skip to content

Commit 4ecf600

Browse files
fixed authentication docs
1 parent 45d422b commit 4ecf600

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ programmatically after loading the package:
3333
>>> import openml
3434
3535
>>> apikey = 'Your API key'
36-
>>> openml.apikey = apikey
36+
>>> openml.config.apikey = apikey
3737
3838
The second option is to create a config file:
3939

0 commit comments

Comments
 (0)