From 9dd4b789087032e1d34df7e170f4197c3bd8162c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 24 Jul 2019 14:21:30 +0200 Subject: [PATCH] Fix a typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 793b2b4..0208068 100644 --- a/README.rst +++ b/README.rst @@ -10,7 +10,7 @@ The ``tox-current-env`` plugin adds two options: ``tox --current-env`` Runs the tox testenv's ``commands`` in the current Python environment (that is, the environment where ``tox`` is invoked from and installed in). - Unlike regular ``tox`` invocation, this installs no dependendencies declared in ``deps``. + Unlike regular ``tox`` invocation, this installs no dependencies declared in ``deps``. An attempt to run this with a Python version that doesn't match will fail (if ``tox`` is invoked from an Python 3.7 environment, any non 3.7 testenv will fail).