Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
frabcus committed Apr 1, 2015
1 parent d93952d commit 5412ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lookups.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def _hashes_of_candidates():

# Takes a constituency identifier and returns a dictionary:
# error - if there was an error
# Or fields as in _hashes_of_candidates.
# Or an array of dictionaries with fields as in _hashes_of_candidates.
def lookup_candidates(constituency_id):
if constituency_id == 8888888:
return [
Expand Down

0 comments on commit 5412ae0

Please sign in to comment.