diff options
author | Jürgen Gmach <juergen.gmach@googlemail.com> | 2021-04-08 19:08:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 19:08:55 +0200 |
commit | 84a954830b3fc54bfb884528c306acb5373b39c4 (patch) | |
tree | fe2613f2dab0eaa699f44d180b1a40529a740a23 /src/tox/plugin/spec.py | |
parent | c9e64772d8193353edd1ca5c40bba05320bd2a8d (diff) | |
download | tox-git-minor-doc-improvements.tar.gz |
Update src/tox/plugin/spec.pyminor-doc-improvements
Diffstat (limited to 'src/tox/plugin/spec.py')
-rw-r--r-- | src/tox/plugin/spec.py | 2 |
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 |