Skip to content

Commit

Permalink
fixed vote number typo in get_senate_vote function spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Meisner committed Nov 2, 2013
1 parent 25f9a37 commit 35aed93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HW5.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
" \n",
"Examples\n",
"--------\n",
">>> get_senate_vote(12)['bill']\n",
">>> get_senate_vote(11)['bill']\n",
"{u'congress': 113,\n",
" u'number': 325,\n",
" u'title': u'A bill to ensure the complete and timely payment of the obligations of the United States Government until May 19, 2013, and for other purposes.',\n",
Expand Down Expand Up @@ -678,4 +678,4 @@
"metadata": {}
}
]
}
}

0 comments on commit 35aed93

Please sign in to comment.