Skip to content

Commit

Permalink
Improve formatting/grammar of changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Jul 20, 2017
1 parent 5b8b0c2 commit 62d719e
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions changelog/2375.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add missing ``encoding`` attribute to ``sys.std*`` streams when using ``capsys`` capture mode.
1 change: 0 additions & 1 deletion changelog/2375.trivial

This file was deleted.

2 changes: 1 addition & 1 deletion changelog/2533.trivial
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Renamed the utility function `_pytest.compat._escape_strings` to `_ascii_escaped` to better communicate the function's purpose.
Renamed the utility function ``_pytest.compat._escape_strings`` to ``_ascii_escaped`` to better communicate the function's purpose.
2 changes: 1 addition & 1 deletion changelog/2562.trivial
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Emit yield test warning only once per generator
Emit warning about ``yield`` tests being deprecated only once per generator.
2 changes: 1 addition & 1 deletion changelog/2574.bugfix
Original file line number Diff line number Diff line change
@@ -1 +1 @@
The options --fixtures and --fixtures-per-test will now keep indentation within docstrings.
The options ```--fixtures`` and ```--fixtures-per-test`` will now keep indentation within docstrings.
2 changes: 1 addition & 1 deletion changelog/2581.trivial
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fixed all flake8 errors and warnings
Fixed all flake8 errors and warnings.

0 comments on commit 62d719e

Please sign in to comment.