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 df7571b commit 84ae15aCopy full SHA for 84ae15a
examples/openstates/md_cttys
@@ -7,4 +7,4 @@ from sunlight import openstates
7
8
md_cttys = openstates.committees( state='md', chamber='upper' )
9
for ctty in md_cttys:
10
- print( "%s (%s)" % ( ctty['committee'], ctty['chamber'] ))
+ print( "%s (%s)" % ( ctty['committee'], ctty['chamber'] ))
0 commit comments