diff --git a/my/core/__main__.py b/my/core/__main__.py index 92908ba..7e2d8f9 100644 --- a/my/core/__main__.py +++ b/my/core/__main__.py @@ -539,8 +539,8 @@ def query_hpi_functions( input_src = chain(*(f() for f in _locate_functions_or_prompt(qualified_names))) # NOTE: if passing just one function to this which returns a single namedtuple/dataclass, - # using both --order-key and --order-value will often be faster as it does not need to - # duplicate the iterator in memory, or try to find the --order-value type on each object before sorting + # using both --order-key and --order-type will often be faster as it does not need to + # duplicate the iterator in memory, or try to find the --order-type type on each object before sorting res = select_range( input_src, order_key=order_key,