Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:Doist/todoist-python
Browse files Browse the repository at this point in the history
  • Loading branch information
lefcha committed Jun 27, 2016
2 parents 845ed2a + 827d4ef commit f668410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $ python
>>> user = api.login('john.doe@gmail.com', 'secret')
>>> print(user['full_name'])
John Doe
>>> response = api.sync(resource_types=['all'])
>>> response = api.sync()
>>> for project in response['Projects']:
... print(project['name'])
...
Expand Down

0 comments on commit f668410

Please sign in to comment.