Skip to content

Commit a24b343

Browse files
committed
fix(web): update docstring on autocomplete init
1 parent 6e9b5e5 commit a24b343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/conjugador/autocomplete.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Autocomplete:
3636

3737
def __init__(self, es_client: AsyncElasticsearch) -> None:
3838
"""
39-
Initializes the Autocomplete class with a word to autocomplete.
39+
Initializes the Autocomplete class with a preconfigured ES client.
4040
4141
Args:
4242
es_client (AsyncElasticsearch): The client to use for the connection.

0 commit comments

Comments
 (0)