summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorKian-Meng Ang <kianmeng@cpan.org>2022-07-05 23:02:37 +0800
committerAsif Saif Uddin <auvipy@gmail.com>2022-07-06 00:29:54 +0600
commit0adbbe10ed8ef822d1c780987fffc56670ce3f9f (patch)
tree33ace8a936e784a1184041b500a4ca1692d166ab /tox.ini
parent6569ec3c062be7268f4a17f5a371aa29f1bcfa4a (diff)
downloadoauthlib-0adbbe10ed8ef822d1c780987fffc56670ce3f9f.tar.gz
docs: fix typos
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index c072450..4eb0813 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,7 @@ commands=
pytest --cov=oauthlib tests/
-# tox -e docs to mimick readthedocs build.
+# tox -e docs to mimic readthedocs build.
# as of today, RTD is using python3.7 and doesn't run "setup.py install"
[testenv:docs]
basepython=python3.7
@@ -20,7 +20,7 @@ changedir=docs
whitelist_externals=make
commands=make clean html
-# tox -e readme to mimick PyPI long_description check
+# tox -e readme to mimic PyPI long_description check
[testenv:readme]
basepython=python3.8
deps=twine>=1.12.0