diff options
author | Jürgen Gmach <juergen.gmach@googlemail.com> | 2022-01-17 10:04:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-17 09:04:14 +0000 |
commit | d16055641da4ef5eb00541ef420b8667ebff8631 (patch) | |
tree | c72856808791afd12f39dbc466e569f72df1c111 | |
parent | c8c9dbc662703e352b0952ebe4be43d2318c4928 (diff) | |
download | tox-git-rewrite.tar.gz |
fix typo (#2327)rewrite
-rw-r--r-- | docs/changelog/2309.bugfix.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/changelog/2309.bugfix.rst b/docs/changelog/2309.bugfix.rst index 5a20521f..a350bec3 100644 --- a/docs/changelog/2309.bugfix.rst +++ b/docs/changelog/2309.bugfix.rst @@ -1,2 +1,2 @@ -Environment assigment for output breaks when using ``-rv`` (when we cannot guess upfront the verbosity level from the +Environment assignment for output breaks when using ``-rv`` (when we cannot guess upfront the verbosity level from the CLI arguments) - by :user:`gaborbernat`. |