summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2020-07-29 18:19:33 +0300
committerGitHub <noreply@github.com>2020-07-29 12:19:33 -0300
commitd756b4a5432bddcae26869ff902ca9457fe59f8c (patch)
treee56c504063c8f29b443a279ecca6edf62c8a51e3
parent1e66ed0b1caee2e58cbafce80fc177330a19126e (diff)
downloadpytest-d756b4a5432bddcae26869ff902ca9457fe59f8c.tar.gz
Fix typo: remove stray indefinite article from release notes (#7552)
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
-rw-r--r--doc/en/announce/release-2.5.1.rst2
-rw-r--r--doc/en/announce/release-2.5.2.rst2
-rw-r--r--doc/en/announce/release-2.6.0.rst2
-rw-r--r--doc/en/announce/release-2.6.1.rst2
-rw-r--r--doc/en/announce/release-2.6.2.rst2
-rw-r--r--doc/en/announce/release-2.6.3.rst2
-rw-r--r--doc/en/announce/release-2.7.0.rst2
-rw-r--r--doc/en/announce/release-2.7.1.rst2
-rw-r--r--doc/en/announce/release-2.7.2.rst2
-rw-r--r--doc/en/announce/release-2.8.2.rst2
-rw-r--r--doc/en/announce/release-2.8.3.rst2
-rw-r--r--doc/en/announce/release-2.8.4.rst2
-rw-r--r--doc/en/announce/release-2.8.5.rst2
-rw-r--r--doc/en/announce/release-2.8.6.rst2
-rw-r--r--doc/en/announce/release-2.8.7.rst2
-rw-r--r--doc/en/announce/release-2.9.0.rst2
-rw-r--r--doc/en/announce/release-2.9.1.rst2
-rw-r--r--doc/en/announce/release-2.9.2.rst2
-rw-r--r--doc/en/announce/release-3.0.0.rst2
-rw-r--r--doc/en/announce/release-3.1.0.rst2
-rw-r--r--doc/en/announce/release-3.10.0.rst2
-rw-r--r--doc/en/announce/release-3.2.0.rst2
-rw-r--r--doc/en/announce/release-3.3.0.rst2
-rw-r--r--doc/en/announce/release-3.4.0.rst2
-rw-r--r--doc/en/announce/release-3.5.0.rst2
-rw-r--r--doc/en/announce/release-3.6.0.rst2
-rw-r--r--doc/en/announce/release-3.7.0.rst2
-rw-r--r--doc/en/announce/release-3.8.0.rst2
-rw-r--r--doc/en/announce/release-3.9.0.rst2
-rw-r--r--doc/en/announce/release-4.0.0.rst2
-rw-r--r--doc/en/announce/release-4.1.0.rst2
-rw-r--r--doc/en/announce/release-4.2.0.rst2
-rw-r--r--doc/en/announce/release-4.3.0.rst2
-rw-r--r--doc/en/announce/release-4.4.0.rst2
-rw-r--r--doc/en/announce/release-4.5.0.rst2
-rw-r--r--doc/en/announce/release-4.6.0.rst2
-rw-r--r--doc/en/announce/release-5.0.0.rst2
-rw-r--r--doc/en/announce/release-5.1.0.rst2
-rw-r--r--doc/en/announce/release-5.2.0.rst2
-rw-r--r--doc/en/announce/release-5.3.0.rst2
-rw-r--r--doc/en/announce/release-5.4.0.rst2
41 files changed, 41 insertions, 41 deletions
diff --git a/doc/en/announce/release-2.5.1.rst b/doc/en/announce/release-2.5.1.rst
index 22e69a836..ff39db2d5 100644
--- a/doc/en/announce/release-2.5.1.rst
+++ b/doc/en/announce/release-2.5.1.rst
@@ -1,7 +1,7 @@
pytest-2.5.1: fixes and new home page styling
===========================================================================
-pytest is a mature Python testing tool with more than a 1000 tests
+pytest is a mature Python testing tool with more than 1000 tests
against itself, passing on many different interpreters and platforms.
The 2.5.1 release maintains the "zero-reported-bugs" promise by fixing
diff --git a/doc/en/announce/release-2.5.2.rst b/doc/en/announce/release-2.5.2.rst
index c389f5f54..edc4da6e1 100644
--- a/doc/en/announce/release-2.5.2.rst
+++ b/doc/en/announce/release-2.5.2.rst
@@ -1,7 +1,7 @@
pytest-2.5.2: fixes
===========================================================================
-pytest is a mature Python testing tool with more than a 1000 tests
+pytest is a mature Python testing tool with more than 1000 tests
against itself, passing on many different interpreters and platforms.
The 2.5.2 release fixes a few bugs with two maybe-bugs remaining and
diff --git a/doc/en/announce/release-2.6.0.rst b/doc/en/announce/release-2.6.0.rst
index 36b545a28..56fbd6cc1 100644
--- a/doc/en/announce/release-2.6.0.rst
+++ b/doc/en/announce/release-2.6.0.rst
@@ -1,7 +1,7 @@
pytest-2.6.0: shorter tracebacks, new warning system, test runner compat
===========================================================================
-pytest is a mature Python testing tool with more than a 1000 tests
+pytest is a mature Python testing tool with more than 1000 tests
against itself, passing on many different interpreters and platforms.
The 2.6.0 release should be drop-in backward compatible to 2.5.2 and
diff --git a/doc/en/announce/release-2.6.1.rst b/doc/en/announce/release-2.6.1.rst
index 85d986164..7469c488e 100644
--- a/doc/en/announce/release-2.6.1.rst
+++ b/doc/en/announce/release-2.6.1.rst
@@ -1,7 +1,7 @@
pytest-2.6.1: fixes and new xfail feature
===========================================================================
-pytest is a mature Python testing tool with more than a 1100 tests
+pytest is a mature Python testing tool with more than 1100 tests
against itself, passing on many different interpreters and platforms.
The 2.6.1 release is drop-in compatible to 2.5.2 and actually fixes some
regressions introduced with 2.6.0. It also brings a little feature
diff --git a/doc/en/announce/release-2.6.2.rst b/doc/en/announce/release-2.6.2.rst
index f6ce178a1..9c3b7d96b 100644
--- a/doc/en/announce/release-2.6.2.rst
+++ b/doc/en/announce/release-2.6.2.rst
@@ -1,7 +1,7 @@
pytest-2.6.2: few fixes and cx_freeze support
===========================================================================
-pytest is a mature Python testing tool with more than a 1100 tests
+pytest is a mature Python testing tool with more than 1100 tests
against itself, passing on many different interpreters and platforms.
This release is drop-in compatible to 2.5.2 and 2.6.X. It also
brings support for including pytest with cx_freeze or similar
diff --git a/doc/en/announce/release-2.6.3.rst b/doc/en/announce/release-2.6.3.rst
index 7353dfee7..56973a2b2 100644
--- a/doc/en/announce/release-2.6.3.rst
+++ b/doc/en/announce/release-2.6.3.rst
@@ -1,7 +1,7 @@
pytest-2.6.3: fixes and little improvements
===========================================================================
-pytest is a mature Python testing tool with more than a 1100 tests
+pytest is a mature Python testing tool with more than 1100 tests
against itself, passing on many different interpreters and platforms.
This release is drop-in compatible to 2.5.2 and 2.6.X.
See below for the changes and see docs at:
diff --git a/doc/en/announce/release-2.7.0.rst b/doc/en/announce/release-2.7.0.rst
index 2f6d50d8b..2840178a0 100644
--- a/doc/en/announce/release-2.7.0.rst
+++ b/doc/en/announce/release-2.7.0.rst
@@ -1,7 +1,7 @@
pytest-2.7.0: fixes, features, speed improvements
===========================================================================
-pytest is a mature Python testing tool with more than a 1100 tests
+pytest is a mature Python testing tool with more than 1100 tests
against itself, passing on many different interpreters and platforms.
This release is supposed to be drop-in compatible to 2.6.X.
diff --git a/doc/en/announce/release-2.7.1.rst b/doc/en/announce/release-2.7.1.rst
index fdc71eebb..5110c085e 100644
--- a/doc/en/announce/release-2.7.1.rst
+++ b/doc/en/announce/release-2.7.1.rst
@@ -1,7 +1,7 @@
pytest-2.7.1: bug fixes
=======================
-pytest is a mature Python testing tool with more than a 1100 tests
+pytest is a mature Python testing tool with more than 1100 tests
against itself, passing on many different interpreters and platforms.
This release is supposed to be drop-in compatible to 2.7.0.
diff --git a/doc/en/announce/release-2.7.2.rst b/doc/en/announce/release-2.7.2.rst
index 1e3950de4..93e5b64ee 100644
--- a/doc/en/announce/release-2.7.2.rst
+++ b/doc/en/announce/release-2.7.2.rst
@@ -1,7 +1,7 @@
pytest-2.7.2: bug fixes
=======================
-pytest is a mature Python testing tool with more than a 1100 tests
+pytest is a mature Python testing tool with more than 1100 tests
against itself, passing on many different interpreters and platforms.
This release is supposed to be drop-in compatible to 2.7.1.
diff --git a/doc/en/announce/release-2.8.2.rst b/doc/en/announce/release-2.8.2.rst
index d70286161..e47263388 100644
--- a/doc/en/announce/release-2.8.2.rst
+++ b/doc/en/announce/release-2.8.2.rst
@@ -1,7 +1,7 @@
pytest-2.8.2: bug fixes
=======================
-pytest is a mature Python testing tool with more than a 1100 tests
+pytest is a mature Python testing tool with more than 1100 tests
against itself, passing on many different interpreters and platforms.
This release is supposed to be drop-in compatible to 2.8.1.
diff --git a/doc/en/announce/release-2.8.3.rst b/doc/en/announce/release-2.8.3.rst
index b131a7e1f..3f357252b 100644
--- a/doc/en/announce/release-2.8.3.rst
+++ b/doc/en/announce/release-2.8.3.rst
@@ -1,7 +1,7 @@
pytest-2.8.3: bug fixes
=======================
-pytest is a mature Python testing tool with more than a 1100 tests
+pytest is a mature Python testing tool with more than 1100 tests
against itself, passing on many different interpreters and platforms.
This release is supposed to be drop-in compatible to 2.8.2.
diff --git a/doc/en/announce/release-2.8.4.rst b/doc/en/announce/release-2.8.4.rst
index a09629cef..adbdecc87 100644
--- a/doc/en/announce/release-2.8.4.rst
+++ b/doc/en/announce/release-2.8.4.rst
@@ -1,7 +1,7 @@
pytest-2.8.4
============
-pytest is a mature Python testing tool with more than a 1100 tests
+pytest is a mature Python testing tool with more than 1100 tests
against itself, passing on many different interpreters and platforms.
This release is supposed to be drop-in compatible to 2.8.2.
diff --git a/doc/en/announce/release-2.8.5.rst b/doc/en/announce/release-2.8.5.rst
index 7409022a1..c5343d1ea 100644
--- a/doc/en/announce/release-2.8.5.rst
+++ b/doc/en/announce/release-2.8.5.rst
@@ -1,7 +1,7 @@
pytest-2.8.5
============
-pytest is a mature Python testing tool with more than a 1100 tests
+pytest is a mature Python testing tool with more than 1100 tests
against itself, passing on many different interpreters and platforms.
This release is supposed to be drop-in compatible to 2.8.4.
diff --git a/doc/en/announce/release-2.8.6.rst b/doc/en/announce/release-2.8.6.rst
index 215fae51e..5d6565b16 100644
--- a/doc/en/announce/release-2.8.6.rst
+++ b/doc/en/announce/release-2.8.6.rst
@@ -1,7 +1,7 @@
pytest-2.8.6
============
-pytest is a mature Python testing tool with more than a 1100 tests
+pytest is a mature Python testing tool with more than 1100 tests
against itself, passing on many different interpreters and platforms.
This release is supposed to be drop-in compatible to 2.8.5.
diff --git a/doc/en/announce/release-2.8.7.rst b/doc/en/announce/release-2.8.7.rst
index 9005f5636..8236a0966 100644
--- a/doc/en/announce/release-2.8.7.rst
+++ b/doc/en/announce/release-2.8.7.rst
@@ -4,7 +4,7 @@ pytest-2.8.7
This is a hotfix release to solve a regression
in the builtin monkeypatch plugin that got introduced in 2.8.6.
-pytest is a mature Python testing tool with more than a 1100 tests
+pytest is a mature Python testing tool with more than 1100 tests
against itself, passing on many different interpreters and platforms.
This release is supposed to be drop-in compatible to 2.8.5.
diff --git a/doc/en/announce/release-2.9.0.rst b/doc/en/announce/release-2.9.0.rst
index f5d4be713..8c2ee05f9 100644
--- a/doc/en/announce/release-2.9.0.rst
+++ b/doc/en/announce/release-2.9.0.rst
@@ -1,7 +1,7 @@
pytest-2.9.0
============
-pytest is a mature Python testing tool with more than a 1100 tests
+pytest is a mature Python testing tool with more than 1100 tests
against itself, passing on many different interpreters and platforms.
See below for the changes and see docs at:
diff --git a/doc/en/announce/release-2.9.1.rst b/doc/en/announce/release-2.9.1.rst
index c71f38516..47bc2e6d3 100644
--- a/doc/en/announce/release-2.9.1.rst
+++ b/doc/en/announce/release-2.9.1.rst
@@ -1,7 +1,7 @@
pytest-2.9.1
============
-pytest is a mature Python testing tool with more than a 1100 tests
+pytest is a mature Python testing tool with more than 1100 tests
against itself, passing on many different interpreters and platforms.
See below for the changes and see docs at:
diff --git a/doc/en/announce/release-2.9.2.rst b/doc/en/announce/release-2.9.2.rst
index b007a6d99..ffd8dc58e 100644
--- a/doc/en/announce/release-2.9.2.rst
+++ b/doc/en/announce/release-2.9.2.rst
@@ -1,7 +1,7 @@
pytest-2.9.2
============
-pytest is a mature Python testing tool with more than a 1100 tests
+pytest is a mature Python testing tool with more than 1100 tests
against itself, passing on many different interpreters and platforms.
See below for the changes and see docs at:
diff --git a/doc/en/announce/release-3.0.0.rst b/doc/en/announce/release-3.0.0.rst
index ca3e9e327..5de389114 100644
--- a/doc/en/announce/release-3.0.0.rst
+++ b/doc/en/announce/release-3.0.0.rst
@@ -3,7 +3,7 @@ pytest-3.0.0
The pytest team is proud to announce the 3.0.0 release!
-pytest is a mature Python testing tool with more than a 1600 tests
+pytest is a mature Python testing tool with more than 1600 tests
against itself, passing on many different interpreters and platforms.
This release contains a lot of bugs fixes and improvements, and much of
diff --git a/doc/en/announce/release-3.1.0.rst b/doc/en/announce/release-3.1.0.rst
index b84fd4c3c..552770679 100644
--- a/doc/en/announce/release-3.1.0.rst
+++ b/doc/en/announce/release-3.1.0.rst
@@ -3,7 +3,7 @@ pytest-3.1.0
The pytest team is proud to announce the 3.1.0 release!
-pytest is a mature Python testing tool with more than a 1600 tests
+pytest is a mature Python testing tool with more than 1600 tests
against itself, passing on many different interpreters and platforms.
This release contains a bugs fixes and improvements, so users are encouraged
diff --git a/doc/en/announce/release-3.10.0.rst b/doc/en/announce/release-3.10.0.rst
index c16c381e8..ff3c000b0 100644
--- a/doc/en/announce/release-3.10.0.rst
+++ b/doc/en/announce/release-3.10.0.rst
@@ -3,7 +3,7 @@ pytest-3.10.0
The pytest team is proud to announce the 3.10.0 release!
-pytest is a mature Python testing tool with more than a 2000 tests
+pytest is a mature Python testing tool with more than 2000 tests
against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged
diff --git a/doc/en/announce/release-3.2.0.rst b/doc/en/announce/release-3.2.0.rst
index 4d5d6f167..edc66a28e 100644
--- a/doc/en/announce/release-3.2.0.rst
+++ b/doc/en/announce/release-3.2.0.rst
@@ -3,7 +3,7 @@ pytest-3.2.0
The pytest team is proud to announce the 3.2.0 release!
-pytest is a mature Python testing tool with more than a 1600 tests
+pytest is a mature Python testing tool with more than 1600 tests
against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged
diff --git a/doc/en/announce/release-3.3.0.rst b/doc/en/announce/release-3.3.0.rst
index e57bbac6a..1cbf2c448 100644
--- a/doc/en/announce/release-3.3.0.rst
+++ b/doc/en/announce/release-3.3.0.rst
@@ -3,7 +3,7 @@ pytest-3.3.0
The pytest team is proud to announce the 3.3.0 release!
-pytest is a mature Python testing tool with more than a 1600 tests
+pytest is a mature Python testing tool with more than 1600 tests
against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged
diff --git a/doc/en/announce/release-3.4.0.rst b/doc/en/announce/release-3.4.0.rst
index ec6725370..6ab5b124a 100644
--- a/doc/en/announce/release-3.4.0.rst
+++ b/doc/en/announce/release-3.4.0.rst
@@ -3,7 +3,7 @@ pytest-3.4.0
The pytest team is proud to announce the 3.4.0 release!
-pytest is a mature Python testing tool with more than a 1600 tests
+pytest is a mature Python testing tool with more than 1600 tests
against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged
diff --git a/doc/en/announce/release-3.5.0.rst b/doc/en/announce/release-3.5.0.rst
index ef64dc381..6bc2f3cd0 100644
--- a/doc/en/announce/release-3.5.0.rst
+++ b/doc/en/announce/release-3.5.0.rst
@@ -3,7 +3,7 @@ pytest-3.5.0
The pytest team is proud to announce the 3.5.0 release!
-pytest is a mature Python testing tool with more than a 1600 tests
+pytest is a mature Python testing tool with more than 1600 tests
against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged
diff --git a/doc/en/announce/release-3.6.0.rst b/doc/en/announce/release-3.6.0.rst
index 38a8b9e3f..44b178c16 100644
--- a/doc/en/announce/release-3.6.0.rst
+++ b/doc/en/announce/release-3.6.0.rst
@@ -3,7 +3,7 @@ pytest-3.6.0
The pytest team is proud to announce the 3.6.0 release!
-pytest is a mature Python testing tool with more than a 1600 tests
+pytest is a mature Python testing tool with more than 1600 tests
against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged
diff --git a/doc/en/announce/release-3.7.0.rst b/doc/en/announce/release-3.7.0.rst
index ef6c44f0a..89908a910 100644
--- a/doc/en/announce/release-3.7.0.rst
+++ b/doc/en/announce/release-3.7.0.rst
@@ -3,7 +3,7 @@ pytest-3.7.0
The pytest team is proud to announce the 3.7.0 release!
-pytest is a mature Python testing tool with more than a 2000 tests
+pytest is a mature Python testing tool with more than 2000 tests
against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged
diff --git a/doc/en/announce/release-3.8.0.rst b/doc/en/announce/release-3.8.0.rst
index 5369ffc7d..8c35a44f6 100644
--- a/doc/en/announce/release-3.8.0.rst
+++ b/doc/en/announce/release-3.8.0.rst
@@ -3,7 +3,7 @@ pytest-3.8.0
The pytest team is proud to announce the 3.8.0 release!
-pytest is a mature Python testing tool with more than a 2000 tests
+pytest is a mature Python testing tool with more than 2000 tests
against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged
diff --git a/doc/en/announce/release-3.9.0.rst b/doc/en/announce/release-3.9.0.rst
index 1d889e5bc..0be6cf5be 100644
--- a/doc/en/announce/release-3.9.0.rst
+++ b/doc/en/announce/release-3.9.0.rst
@@ -3,7 +3,7 @@ pytest-3.9.0
The pytest team is proud to announce the 3.9.0 release!
-pytest is a mature Python testing tool with more than a 2000 tests
+pytest is a mature Python testing tool with more than 2000 tests
against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged
diff --git a/doc/en/announce/release-4.0.0.rst b/doc/en/announce/release-4.0.0.rst
index b91fd5954..5eb010775 100644
--- a/doc/en/announce/release-4.0.0.rst
+++ b/doc/en/announce/release-4.0.0.rst
@@ -3,7 +3,7 @@ pytest-4.0.0
The pytest team is proud to announce the 4.0.0 release!
-pytest is a mature Python testing tool with more than a 2000 tests
+pytest is a mature Python testing tool with more than 2000 tests
against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged
diff --git a/doc/en/announce/release-4.1.0.rst b/doc/en/announce/release-4.1.0.rst
index 77aaf74af..314564eeb 100644
--- a/doc/en/announce/release-4.1.0.rst
+++ b/doc/en/announce/release-4.1.0.rst
@@ -3,7 +3,7 @@ pytest-4.1.0
The pytest team is proud to announce the 4.1.0 release!
-pytest is a mature Python testing tool with more than a 2000 tests
+pytest is a mature Python testing tool with more than 2000 tests
against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged
diff --git a/doc/en/announce/release-4.2.0.rst b/doc/en/announce/release-4.2.0.rst
index 11520acf3..bcd7f7754 100644
--- a/doc/en/announce/release-4.2.0.rst
+++ b/doc/en/announce/release-4.2.0.rst
@@ -3,7 +3,7 @@ pytest-4.2.0
The pytest team is proud to announce the 4.2.0 release!
-pytest is a mature Python testing tool with more than a 2000 tests
+pytest is a mature Python testing tool with more than 2000 tests
against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged
diff --git a/doc/en/announce/release-4.3.0.rst b/doc/en/announce/release-4.3.0.rst
index 9dcbe415e..3b0b42809 100644
--- a/doc/en/announce/release-4.3.0.rst
+++ b/doc/en/announce/release-4.3.0.rst
@@ -3,7 +3,7 @@ pytest-4.3.0
The pytest team is proud to announce the 4.3.0 release!
-pytest is a mature Python testing tool with more than a 2000 tests
+pytest is a mature Python testing tool with more than 2000 tests
against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged
diff --git a/doc/en/announce/release-4.4.0.rst b/doc/en/announce/release-4.4.0.rst
index d4abfac22..dc89739d0 100644
--- a/doc/en/announce/release-4.4.0.rst
+++ b/doc/en/announce/release-4.4.0.rst
@@ -3,7 +3,7 @@ pytest-4.4.0
The pytest team is proud to announce the 4.4.0 release!
-pytest is a mature Python testing tool with more than a 2000 tests
+pytest is a mature Python testing tool with more than 2000 tests
against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged
diff --git a/doc/en/announce/release-4.5.0.rst b/doc/en/announce/release-4.5.0.rst
index 957e2c172..d2a05d4f7 100644
--- a/doc/en/announce/release-4.5.0.rst
+++ b/doc/en/announce/release-4.5.0.rst
@@ -3,7 +3,7 @@ pytest-4.5.0
The pytest team is proud to announce the 4.5.0 release!
-pytest is a mature Python testing tool with more than a 2000 tests
+pytest is a mature Python testing tool with more than 2000 tests
against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged
diff --git a/doc/en/announce/release-4.6.0.rst b/doc/en/announce/release-4.6.0.rst
index 7c7cf29d2..a82fdd47d 100644
--- a/doc/en/announce/release-4.6.0.rst
+++ b/doc/en/announce/release-4.6.0.rst
@@ -3,7 +3,7 @@ pytest-4.6.0
The pytest team is proud to announce the 4.6.0 release!
-pytest is a mature Python testing tool with more than a 2000 tests
+pytest is a mature Python testing tool with more than 2000 tests
against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged
diff --git a/doc/en/announce/release-5.0.0.rst b/doc/en/announce/release-5.0.0.rst
index 99c92a505..f5e593e9d 100644
--- a/doc/en/announce/release-5.0.0.rst
+++ b/doc/en/announce/release-5.0.0.rst
@@ -3,7 +3,7 @@ pytest-5.0.0
The pytest team is proud to announce the 5.0.0 release!
-pytest is a mature Python testing tool with more than a 2000 tests
+pytest is a mature Python testing tool with more than 2000 tests
against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged
diff --git a/doc/en/announce/release-5.1.0.rst b/doc/en/announce/release-5.1.0.rst
index 4293c5813..9ab54ff97 100644
--- a/doc/en/announce/release-5.1.0.rst
+++ b/doc/en/announce/release-5.1.0.rst
@@ -3,7 +3,7 @@ pytest-5.1.0
The pytest team is proud to announce the 5.1.0 release!
-pytest is a mature Python testing tool with more than a 2000 tests
+pytest is a mature Python testing tool with more than 2000 tests
against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged
diff --git a/doc/en/announce/release-5.2.0.rst b/doc/en/announce/release-5.2.0.rst
index fbe27031b..f43767b75 100644
--- a/doc/en/announce/release-5.2.0.rst
+++ b/doc/en/announce/release-5.2.0.rst
@@ -3,7 +3,7 @@ pytest-5.2.0
The pytest team is proud to announce the 5.2.0 release!
-pytest is a mature Python testing tool with more than a 2000 tests
+pytest is a mature Python testing tool with more than 2000 tests
against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged
diff --git a/doc/en/announce/release-5.3.0.rst b/doc/en/announce/release-5.3.0.rst
index 54c33e192..e13a71f09 100644
--- a/doc/en/announce/release-5.3.0.rst
+++ b/doc/en/announce/release-5.3.0.rst
@@ -3,7 +3,7 @@ pytest-5.3.0
The pytest team is proud to announce the 5.3.0 release!
-pytest is a mature Python testing tool with more than a 2000 tests
+pytest is a mature Python testing tool with more than 2000 tests
against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged
diff --git a/doc/en/announce/release-5.4.0.rst b/doc/en/announce/release-5.4.0.rst
index cb91e26ba..43dffc929 100644
--- a/doc/en/announce/release-5.4.0.rst
+++ b/doc/en/announce/release-5.4.0.rst
@@ -3,7 +3,7 @@ pytest-5.4.0
The pytest team is proud to announce the 5.4.0 release!
-pytest is a mature Python testing tool with more than a 2000 tests
+pytest is a mature Python testing tool with more than 2000 tests
against itself, passing on many different interpreters and platforms.
This release contains a number of bug fixes and improvements, so users are encouraged