Skip to content

Commit 408cfc9

Browse files
bors[bot]sanders41
andauthored
Merge #673
673: Fix parameter name in docstring r=alallema a=sanders41 # Pull Request ## Related issue N/A ## What does this PR do? - Fixes the parameter name in the docstring ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: Paul Sanders <[email protected]>
2 parents 5f0942b + 872a84b commit 408cfc9

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)