File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ Refreshing tokens
199199Certain providers will give you a ``refresh_token `` along with the
200200``access_token ``. These can be used to directly fetch new access tokens without
201201going through the normal OAuth workflow. ``requests-oauthlib `` provides three
202- methods of obtaining refresh tokens. All of these are dependant on you
202+ methods of obtaining refresh tokens. All of these are dependent on you
203203specifying an accurate ``expires_in `` in the token.
204204
205205``expires_in `` is a credential given with the access and refresh token
Original file line number Diff line number Diff line change 1515deps =
1616 -r{toxinidir}/requirements-test-27.txt
1717
18- # tox -e docs to mimick readthedocs build.
18+ # tox -e docs to mimic readthedocs build.
1919# should be similar to .readthedocs.yaml pipeline
2020[testenv:docs]
2121basepython =python3.7
@@ -26,7 +26,7 @@ changedir=docs
2626whitelist_externals =make
2727commands =make clean html
2828
29- # tox -e readme to mimick pypi validation of readme/rst files.
29+ # tox -e readme to mimic pypi validation of readme/rst files.
3030[testenv:readme]
3131basepython =python3.7
3232deps =twine>=1.12.0
You can’t perform that action at this time.
0 commit comments