We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e44147f commit 40c043dCopy full SHA for 40c043d
README.markdown
@@ -9,8 +9,8 @@ Example Usage
9
You can specify the sections you want to pull from the RESTful API.
10
<pre><code>
11
sections = ('bill_id', 'sponsor', 'committees')
12
-result = Bill.get_bill(bill_id='hr3-112', sections=sections)
13
-print bill.sponsor_id, bill.vetoed, bill.last_action.text
+bill = Bill.get_bill(bill_id='hr3-112', sections=sections)
+print bill.sponsor_id
14
</pre></code>
15
16
Otherwise, it uses the default that's specified in the library.
0 commit comments