We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e9b5e5 commit a24b343Copy full SHA for a24b343
web/conjugador/autocomplete.py
@@ -36,7 +36,7 @@ class Autocomplete:
36
37
def __init__(self, es_client: AsyncElasticsearch) -> None:
38
"""
39
- Initializes the Autocomplete class with a word to autocomplete.
+ Initializes the Autocomplete class with a preconfigured ES client.
40
41
Args:
42
es_client (AsyncElasticsearch): The client to use for the connection.
0 commit comments