From 60d60f86cf8d4273f202a7f159cadf84ec168ca1 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Sat, 2 Sep 2023 12:03:17 +0400 Subject: [PATCH] Doc --- src/click/testing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/click/testing.py b/src/click/testing.py index 513ab91d5..6632553dd 100644 --- a/src/click/testing.py +++ b/src/click/testing.py @@ -181,7 +181,7 @@ def output(self) -> str: .. versionchanged:: 8.2 No longer a proxy for ``self.stdout``. Now has its own independent stream - to mix `` and ``. + that is mixing `` and ``, in the order they were written. """ return self.output_bytes.decode(self.runner.charset, "replace").replace( "\r\n", "\n"