Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Requirements
* Python 2.7+
* `python-dateutil`_ (always)
* `requests-oauthlib`_ (always)
* `Sphinx`_ (to create the documention)
* `Sphinx`_ (to create the documentation)
* `tox`_ (for running the tests)
* `coverage`_ (to create test coverage reports)

Expand Down
2 changes: 1 addition & 1 deletion fitbit/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def authorize_token_url(self, scope=None, redirect_uri=None, **kwargs):
authorization to look at their data. Then redirect the user to that
URL, open their browser to it, or tell them to copy the URL into their
browser.
- scope: pemissions that that are being requested [default ask all]
- scope: permissions that that are being requested [default ask all]
- redirect_uri: url to which the response will posted. required here
unless you specify only one Callback URL on the fitbit app or
you already passed it to the constructor
Expand Down