From d94920a78466065bc02673db57a1b142676d2d63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Gmach?= Date: Sun, 16 Jan 2022 16:13:04 +0100 Subject: [PATCH] fix typo --- docs/changelog/2309.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog/2309.bugfix.rst b/docs/changelog/2309.bugfix.rst index 5a20521fc..a350bec31 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`.