Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Jul 9, 2023
1 parent abfdcb3 commit 7ae205d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -8,7 +8,7 @@ Unreleased
- Use modern packaging metadata with ``pyproject.toml`` instead of ``setup.cfg``.
:pr:`326`
- Use ``flit_core`` instead of ``setuptools`` as build backend.
- Keep `<stdout>` and `<stderr>` stremas in `CliRunner` independent. Always
- Keep `<stdout>` and `<stderr>` streams independent in `CliRunner`. Always
collect `<stderr>` output and never raise an exception. Add a new
`<output>` stream to simulate what the user sees in its terminal. Only mix
`<stdout>` and `<stderr>` in `<output>` when ``mix_stderr=True``.
Expand Down

0 comments on commit 7ae205d

Please sign in to comment.