diff --git a/examples/basic_usage.ipynb b/examples/basic_usage.ipynb index efa4ebec..09a713fa 100644 --- a/examples/basic_usage.ipynb +++ b/examples/basic_usage.ipynb @@ -236,7 +236,7 @@ "id": "17b5f6a0", "metadata": {}, "source": [ - "You can use `project.list_keys` to display all the keys in your project:" + "You can use `project.list_item_keys` to display all the keys in your project:" ] }, { @@ -246,7 +246,7 @@ "metadata": {}, "outputs": [], "source": [ - "project.list_keys()" + "project.list_item_keys()" ] }, { diff --git a/examples/basic_usage.py b/examples/basic_usage.py index ff92a639..06473589 100644 --- a/examples/basic_usage.py +++ b/examples/basic_usage.py @@ -117,10 +117,10 @@ project.delete_item("my_int_2") # %% [markdown] -# You can use `project.list_keys` to display all the keys in your project: +# You can use `project.list_item_keys` to display all the keys in your project: # %% -project.list_keys() +project.list_item_keys() # %% [markdown] # ## Storing a string