Skip to content

Commit

Permalink
Merge pull request #121 from vintasoftware/gpkc-patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
filipeximenes committed Sep 27, 2016
2 parents 7c2b69a + 5c3119a commit a64d780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Many APIs use a paging concept to provide large amounts of data. This way, data
likes = api.user_likes(id='me').get()
for like in likes().pages():
print(like.name().data
print(like.name().data)
This will keep fetching user likes until there are none left. Items passed to the ``for`` loop will be wrapped in tapioca so you still have access to all features.

Expand Down

0 comments on commit a64d780

Please sign in to comment.