Skip to content

Commit

Permalink
doc : minor edit in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Oct 5, 2024
1 parent cb98cdc commit a349836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mycoffee/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def check_ratio_limits(params):
:param params: parameters
:type params: dict
:return: result as bool (True: The ratio is out of range)
:return: result as bool (True --> the ratio is out of range)
"""
method = params["method"]
if "ratio_lower_limit" in METHODS_MAP[method] and "ratio_upper_limit" in METHODS_MAP[method]:
Expand Down

0 comments on commit a349836

Please sign in to comment.