Skip to content

Commit

Permalink
Update verify_range_query_term docstring
Browse files Browse the repository at this point in the history
Update verify_range_query_term docstring to clarify that query used is a parsed query.
  • Loading branch information
ItIsJordan committed Oct 10, 2024
1 parent 27b8fad commit 10caeef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hepdata/ext/opensearch/query_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def _quote_phrase(phrase):
@staticmethod
def verify_range_query_term(query):
"""
Verifies whether a query string contains a range-based query.
Verifies whether a parsed query string contains a range-based query.
If it does, return either that search keyword,
or the "default" keyword for default search ordering.
Expand Down

0 comments on commit 10caeef

Please sign in to comment.