We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8fb9ec3 + d2d98c7 commit 7caa2b8Copy full SHA for 7caa2b8
examples/cross-api/death-metal
@@ -14,7 +14,7 @@ for cw_record in capitolwords.phrases_by_entity(
14
phrase=phrase, # this word
15
)[:6]: # We'll just try the top 5 legislators
16
legislator = congress.legislators(
17
- bioguide_id=cw_record['legislator'], # Look up this biogude (unique ID)
+ bioguide_id=cw_record['legislator'], # Look up this bioguide (unique ID)
18
# for every fed. legislator
19
all_legislators="true" # search retired legislators
20
)
0 commit comments