Skip to content

Commit

Permalink
small code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Dec 29, 2014
1 parent cf0f66a commit fe39cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quorum/model.py
Expand Up @@ -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"
Expand Down

0 comments on commit fe39cb4

Please sign in to comment.