File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -187,17 +187,17 @@ def committees(self, **kwargs):
187
187
"""
188
188
Search and filter through committees in the House and Senate.
189
189
190
- For details see `Bill API docs
190
+ For details see `Committees API docs
191
191
<http://sunlightlabs.github.io/congress/committees.html>`
192
192
"""
193
193
return self .get ('committees' , ** kwargs )
194
194
195
195
def amendments (self , ** kwargs ):
196
196
"""
197
- Search and filter through committees in Congress.
197
+ Search and filter through amendments in Congress.
198
198
199
199
For details see `Amendments API docs
200
- <http://sunlightlabs.github.io/congress/committees .html>`
200
+ <http://sunlightlabs.github.io/congress/amendments .html>`
201
201
"""
202
202
return self .get ('amendments' , ** kwargs )
203
203
You can’t perform that action at this time.
0 commit comments