Skip to content

Commit 085d519

Browse files
Update utils/templates/response.__init__.py.tpl
Co-authored-by: Quentin Pradet <[email protected]>
1 parent 29f4864 commit 085d519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/templates/response.__init__.py.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ __all__ = ["Response", "AggResponse", "UpdateByQueryResponse", "Hit", "HitMeta"]
4444

4545

4646
class Response(AttrDict[Any], Generic[_R]):
47-
"""An Elasticsearch response.
47+
"""An Elasticsearch _search response.
4848

4949
{% for arg in response.args %}
5050
{% for line in arg.doc %}

0 commit comments

Comments
 (0)