From 7d2b65813e3f4f0a333051e035eb0b78de2b129d Mon Sep 17 00:00:00 2001 From: nicoddemus Date: Mon, 29 Feb 2016 16:48:28 -0500 Subject: [PATCH] Fix typo in CHANGELOG --- CHANGELOG.rst | 2 +- doc/en/announce/release-2.9.0.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ccf66a662..9c4dc1cb7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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. diff --git a/doc/en/announce/release-2.9.0.rst b/doc/en/announce/release-2.9.0.rst index 355f885a7..99c1c631f 100644 --- a/doc/en/announce/release-2.9.0.rst +++ b/doc/en/announce/release-2.9.0.rst @@ -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.