Skip to content

Commit df7571b

Browse files
author
Paul Tagliamonte
committed
Typo, thanks @elimisteve !
1 parent 7caa2b8 commit df7571b

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
@@ -12,7 +12,7 @@ for cw_record in capitolwords.phrases_by_entity(
1212
"legislator", # We're getting all legislators
1313
sort="count", # sorted by how much they say
1414
phrase=phrase, # this word
15-
)[:6]: # We'll just try the top 5 legislators
15+
)[:6]: # We'll just try the top 6 legislators
1616
legislator = congress.legislators(
1717
bioguide_id=cw_record['legislator'], # Look up this bioguide (unique ID)
1818
# for every fed. legislator

0 commit comments

Comments
 (0)