Skip to content

Commit

Permalink
fix(docs): Fix basic_usage notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
augustebaum committed Oct 4, 2024
1 parent 529008a commit fbaa7c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/basic_usage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
]
},
{
Expand All @@ -246,7 +246,7 @@
"metadata": {},
"outputs": [],
"source": [
"project.list_keys()"
"project.list_item_keys()"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions examples/basic_usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbaa7c7

Please sign in to comment.