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.
1 parent 7caa2b8 commit df7571bCopy full SHA for df7571b
examples/cross-api/death-metal
@@ -12,7 +12,7 @@ for cw_record in capitolwords.phrases_by_entity(
12
"legislator", # We're getting all legislators
13
sort="count", # sorted by how much they say
14
phrase=phrase, # this word
15
-)[:6]: # We'll just try the top 5 legislators
+)[:6]: # We'll just try the top 6 legislators
16
legislator = congress.legislators(
17
bioguide_id=cw_record['legislator'], # Look up this bioguide (unique ID)
18
# for every fed. legislator
0 commit comments