Skip to content

Commit 1c5b887

Browse files
authored
Fix spelling of pytest in CHANGELOG
1 parent 88f2cc9 commit 1c5b887

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: CHANGELOG.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,10 @@ Bug Fixes
157157
<https://github.com/pytest-dev/pytest/issues/2124>`_)
158158

159159
- If an exception happens while loading a plugin, pytest no longer hides the
160-
original traceback. In python2 it will show the original traceback with a new
161-
message that explains in which plugin. In python3 it will show 2 canonized
160+
original traceback. In Python 2 it will show the original traceback with a new
161+
message that explains in which plugin. In Python 3 it will show 2 canonized
162162
exceptions, the original exception while loading the plugin in addition to an
163-
exception that PyTest throws about loading a plugin. (`#2491
163+
exception that pytest throws about loading a plugin. (`#2491
164164
<https://github.com/pytest-dev/pytest/issues/2491>`_)
165165

166166
- ``capsys`` and ``capfd`` can now be used by other fixtures. (`#2709

0 commit comments

Comments
 (0)