Skip to content

Commit 3a8ebda

Browse files
minor fixes
1 parent 7104030 commit 3a8ebda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -485,14 +485,14 @@ The Python client enables the creation and manipulation of `Access Keys <https:/
485485
options={"cached_queries": {"allowed": ["dave_barry_in_cyberspace_sales"]}})
486486
487487
This will generate a key with the user-friendly name "Dave_Barry_Key" with event writing and cached query permissions.
488-
Other access key functions include `list_all_access_keys`, `get_access_key`, `revoke_access_key`, `unrevoke_access_key`,
489-
and `update_access_key`. Use `help(keen.list_all_access_keys)` and friends for details on how to use them.
488+
Other access key functions include `list_access_keys`, `get_access_key`, `revoke_access_key`, `unrevoke_access_key`,
489+
and `update_access_key`. Use `help(keen.create_access_key)` and friends for details on how to use them.
490490

491491
Create Scoped Keys (Deprecated)
492492
''''''''''''''''''
493493

494494
The Python client enables you to create `Scoped Keys <https://keen.io/docs/security/#scoped-key>`_ easily, but access keys are better!
495-
If you need to use anyway, for legacy reasons, here's how:
495+
If you need to use them anyway, for legacy reasons, here's how:
496496

497497
.. code-block:: python
498498

0 commit comments

Comments
 (0)