replace non-breaking space with space

This commit is contained in:
Tom Viner 2017-11-28 11:12:40 +00:00
parent 9f7ba00611
commit 4b5f0d5ffa
No known key found for this signature in database
GPG Key ID: 1F799C7A00D6838F
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ Features
<https://github.com/pytest-dev/pytest/issues/2824>`_)
- Return stdout/stderr capture results as a ``namedtuple``, so ``out`` and
``err`` can be accessed by attribute. (`#2879
``err`` can be accessed by attribute. (`#2879
<https://github.com/pytest-dev/pytest/issues/2879>`_)
- Add ``capfdbinary``, a version of ``capfd`` which returns bytes from