diff --git a/src/quorum/model.py b/src/quorum/model.py index b1128aa9..d5e1880e 100644 --- a/src/quorum/model.py +++ b/src/quorum/model.py @@ -432,7 +432,7 @@ def generate(**kwargs): reverse = REVERSE.get(direction, "descending") # verifies if the sorter value is defined in the arguments and if that's - # the case verifies if ir's the same as the current one if that the case + # the case verifies if it's the same as the current one if that the case # the direction must be reversed otherwise the default direction is set if sorter and sorter == _sorter: params["direction"] = reverse elif sorter: params["direction"] = "descending"