remove trailing-whitespace

This commit is contained in:
TH3CHARLie 2019-11-16 18:01:08 +08:00
parent 9c681b45e3
commit b090ac6204
1 changed files with 1 additions and 1 deletions

View File

@ -1901,7 +1901,7 @@ Features
live-logging is enabled and/or when they are logged to a file.
- `#3985 <https://github.com/pytest-dev/pytest/issues/3985>`_: Introduce ``tmp_path`` as a fixture providing a Path object. Also introduce ``tmp_path_factory`` as
- `#3985 <https://github.com/pytest-dev/pytest/issues/3985>`_: Introduce ``tmp_path`` as a fixture providing a Path object. Also introduce ``tmp_path_factory`` as
a session-scoped fixture for creating arbitrary temporary directories from any other fixture or test.