Skip to content

Commit

Permalink
#7: Fixed mispelled sphinx syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bystroushaak committed Dec 9, 2015
1 parent 35192d6 commit 360e61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edeposit/amqp/rest/database/status_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def get_messages(self):
Return sorted list of :attr:`.messages`.
Returns:
list: :class`.StatusMessage` instances.
list: :class:`.StatusMessage` instances.
"""
return sorted(self.messages, key=lambda x: x.timestamp)

Expand Down

0 comments on commit 360e61c

Please sign in to comment.