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

Commit

Permalink
Minor fix in documentation
Browse files Browse the repository at this point in the history
TodoistAPI.sync doesn't use `resource_types` anymore
  • Loading branch information
imankulov committed Jun 21, 2016
1 parent 5286430 commit 827d4ef
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 827d4ef

Please sign in to comment.