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 6ec4234 commit 6667318Copy full SHA for 6667318
docs/source/index.rst
@@ -45,7 +45,7 @@ After setting your API key simply ``import sunlight`` and start using the APIs::
45
You can also import a specific API client::
46
47
>>> from sunlight import congress
48
- >>> pelosi = congress.legislators(lastname='Pelosi')[0]
+ >>> pelosi = congress.legislators(last_name='Pelosi')[0]
49
50
51
For details on how to use the various APIs check out the documentation for the
0 commit comments