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

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