Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Sep 2, 2023
1 parent 05c6de2 commit 60d60f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/click/testing.py
Expand Up @@ -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 `<stdout>` and `<stderr>`.
that is mixing `<stdout>` and `<stderr>`, in the order they were written.
"""
return self.output_bytes.decode(self.runner.charset, "replace").replace(
"\r\n", "\n"
Expand Down

0 comments on commit 60d60f8

Please sign in to comment.