summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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