Skip to content

Commit

Permalink
Update utils/templates/response.__init__.py.tpl
Browse files Browse the repository at this point in the history
Co-authored-by: Quentin Pradet <[email protected]>
  • Loading branch information
miguelgrinberg and pquentin authored Oct 18, 2024
1 parent 29f4864 commit 085d519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/templates/response.__init__.py.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ __all__ = ["Response", "AggResponse", "UpdateByQueryResponse", "Hit", "HitMeta"]


class Response(AttrDict[Any], Generic[_R]):
"""An Elasticsearch response.
"""An Elasticsearch _search response.

{% for arg in response.args %}
{% for line in arg.doc %}
Expand Down

0 comments on commit 085d519

Please sign in to comment.