Skip to content

Commit 7caa2b8

Browse files
committed
Merge pull request #2 from elimisteve/patch-1
Fixed typo: 'biogude' -> 'bioguide'
2 parents 8fb9ec3 + d2d98c7 commit 7caa2b8

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)