Skip to content

Commit d2d98c7

Browse files
committed
Fixed typo: 'biogude' -> 'bioguide'
Btw, on line 15 I think you wanted to say,     We'll just try the top _6_ legislators Thanks for creating this and I plan to use it soon (just created my account/got my API key today!).
1 parent 8fb9ec3 commit d2d98c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cross-api/death-metal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ for cw_record in capitolwords.phrases_by_entity(
1414
phrase=phrase, # this word
1515
)[:6]: # We'll just try the top 5 legislators
1616
legislator = congress.legislators(
17-
bioguide_id=cw_record['legislator'], # Look up this biogude (unique ID)
17+
bioguide_id=cw_record['legislator'], # Look up this bioguide (unique ID)
1818
# for every fed. legislator
1919
all_legislators="true" # search retired legislators
2020
)

0 commit comments

Comments
 (0)