Skip to content

Commit

Permalink
Minor documentation change for the SelectStatement.order_by method
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzeman committed May 9, 2017
1 parent a105af2 commit b86dfa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion byte/statements/select.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def offset(self, count):

@operation
def order_by(self, *properties):
"""Order results by properties."""
"""Order results by :code:`properties`."""
if 'order_by' not in self.state:
self.state['order_by'] = []

Expand Down

0 comments on commit b86dfa2

Please sign in to comment.