Skip to content
This repository has been archived by the owner on Mar 19, 2019. It is now read-only.

Commit

Permalink
Fixed copy-pasta error in identifier JSON structure
Browse files Browse the repository at this point in the history
  • Loading branch information
LordSputnik committed Feb 9, 2016
1 parent 5e93f7c commit 2d2b12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbws/structures.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def output(self, key, obj):
ENTITY.update({
'last_updated': fields.DateTime(dt_format='iso8601'),
'aliases_uri': fields.Url('entity_get_aliases', True),
'identifiers_uri': fields.Url('entity_get_aliases', True),
'identifiers_uri': fields.Url('entity_get_identifiers', True),
'disambiguation_uri': fields.Url('entity_get_disambiguation', True),
'annotation_uri': fields.Url('entity_get_annotation', True),
'relationships_uri': fields.Url('relationship_get_many', True),
Expand Down

0 comments on commit 2d2b12e

Please sign in to comment.