From dbcfdf1e6985f1ce6273c514b3365cd092e5cc01 Mon Sep 17 00:00:00 2001 From: Brian Larsen Date: Mon, 1 May 2023 11:11:32 -0500 Subject: [PATCH] Improve changelog description --- changelog/10940.improvement.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/10940.improvement.rst b/changelog/10940.improvement.rst index 02eb95e4a..30700028d 100644 --- a/changelog/10940.improvement.rst +++ b/changelog/10940.improvement.rst @@ -1 +1 @@ -Added :func:`TerminalReporter.wrap_write() `, which improves verbose output by performing text wrapping on skip and xfail reasons. +Added :func:`TerminalReporter.wrap_write() `, which improves verbose output by performing text wrapping on skip and xfail reasons while leaving a clear margin for progress output.