Fix typo in CHANGELOG

This commit is contained in:
nicoddemus 2016-02-29 16:48:28 -05:00
parent f82c03833f
commit 7d2b65813e
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
**New Features**
* New ``pytest.mark.skip`` mark, which unconditional skips marked tests.
* New ``pytest.mark.skip`` mark, which unconditionally skips marked tests.
Thanks `@MichaelAquilina`_ for the complete PR (`#1040`_).
* ``--doctest-glob`` may now be passed multiple times in the command-line.

View File

@ -44,7 +44,7 @@ The py.test Development Team
**New Features**
* New ``pytest.mark.skip`` mark, which unconditional skips marked tests.
* New ``pytest.mark.skip`` mark, which unconditionally skips marked tests.
Thanks `@MichaelAquilina`_ for the complete PR (`#1040`_).
* ``--doctest-glob`` may now be passed multiple times in the command-line.