Skip to content

Commit

Permalink
sortKey() should return strings
Browse files Browse the repository at this point in the history
This is a documented requirement in the IDataManager interface
description.
  • Loading branch information
mgedmin committed Mar 5, 2019
1 parent e7145c8 commit e6ff4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/doom.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ To see how it works we first need to create a stub data manager:
... count += access_count
... return count
... def sortKey(self):
... return 1
... return '1'

Start a new transaction:

Expand Down

0 comments on commit e6ff4bc

Please sign in to comment.