From 084bc882179cb0a59c27f9e8c9e7e687d3057d34 Mon Sep 17 00:00:00 2001 From: jingquanlim Date: Wed, 26 Jul 2023 12:57:59 +0800 Subject: [PATCH] Update getting_started.ipynb the authenticate() is under ucd.api and not ucd.tl . --- docs/notebooks/getting_started.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notebooks/getting_started.ipynb b/docs/notebooks/getting_started.ipynb index 4e1c8e1..22e628d 100644 --- a/docs/notebooks/getting_started.ipynb +++ b/docs/notebooks/getting_started.ipynb @@ -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``" ] },