Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' of github.com:sunlightlabs/python-sunlight
  • Loading branch information
dcloud committed Nov 5, 2014
2 parents fee7c8a + 3bed82e commit b229a2f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sunlight/pagination.py
Expand Up @@ -16,9 +16,10 @@ class PagingService(object):
from sunlight import congress
from sunlight.pagination import PagingService
congress = PagingService(congress)
paging_service = PagingService(congress)
print(len(list(paging_service.legislators(limit=55)))) # page more than a single page
print(len(list(congress.legislators(limit=55)))) # page more than a single page
"""

Expand Down

0 comments on commit b229a2f

Please sign in to comment.