Skip to content

Commit d7e3e44

Browse files
committed
Docstring fixes.
1 parent 42d3d97 commit d7e3e44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sunlight/services/congress.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,17 +187,17 @@ def committees(self, **kwargs):
187187
"""
188188
Search and filter through committees in the House and Senate.
189189
190-
For details see `Bill API docs
190+
For details see `Committees API docs
191191
<http://sunlightlabs.github.io/congress/committees.html>`
192192
"""
193193
return self.get('committees', **kwargs)
194194

195195
def amendments(self, **kwargs):
196196
"""
197-
Search and filter through committees in Congress.
197+
Search and filter through amendments in Congress.
198198
199199
For details see `Amendments API docs
200-
<http://sunlightlabs.github.io/congress/committees.html>`
200+
<http://sunlightlabs.github.io/congress/amendments.html>`
201201
"""
202202
return self.get('amendments', **kwargs)
203203

0 commit comments

Comments
 (0)