Skip to content

Commit 872a84b

Browse files
committed
Fix parameter name in docstring
1 parent 11e9f71 commit 872a84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meilisearch/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def update_key(self, key_or_uid: str, options: Dict[str, Any]) -> Dict[str, Any]
315315
316316
Parameters
317317
----------
318-
key:
318+
key_or_uid:
319319
The key or the uid of the key for which to update the information.
320320
options:
321321
The information to use in creating the key (ex: { 'description': 'Search Key', 'expiresAt': '22-01-01' }). Note that if an

0 commit comments

Comments
 (0)