summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürgen Gmach <juergen.gmach@googlemail.com>2021-04-08 19:08:55 +0200
committerGitHub <noreply@github.com>2021-04-08 19:08:55 +0200
commit84a954830b3fc54bfb884528c306acb5373b39c4 (patch)
treefe2613f2dab0eaa699f44d180b1a40529a740a23
parentc9e64772d8193353edd1ca5c40bba05320bd2a8d (diff)
downloadtox-git-minor-doc-improvements.tar.gz
Update src/tox/plugin/spec.pyminor-doc-improvements
-rw-r--r--src/tox/plugin/spec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tox/plugin/spec.py b/src/tox/plugin/spec.py
index c9d36606..4ad80529 100644
--- a/src/tox/plugin/spec.py
+++ b/src/tox/plugin/spec.py
@@ -20,7 +20,7 @@ def _spec(func: _F) -> _F:
@_spec
def tox_register_tox_env(register: ToxEnvRegister) -> None: # noqa: U100
"""
- Register new tox environment type that you can register:
+ Register new tox environment type. You can register:
- **run environment**: by default this is a local subprocess backed virtualenv Python
- **packaging environment**: by default this is a PEP-517 compliant local subprocess backed virtualenv Python