Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/notebooks/getting_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"source": [
"### New Session Authentication\n",
"\n",
"When you start a new python instance, you can authenticate your API by simply calling the ``ucd.tl.authenticate([token])`` function\n",
"When you start a new python instance, you can authenticate your API by simply calling the ``ucd.api.authenticate([token])`` function\n",
"and passing your user access token. It will be appended to your settings module at ``ucd.settings.token``"
]
},
Expand Down