From 2bcf5e9a82a6b369a60a7997f8a5de8d58cfeeef Mon Sep 17 00:00:00 2001 From: Benjamin Lee Date: Thu, 10 Jan 2019 11:38:36 -0600 Subject: [PATCH] Fix grammar mistake No comma before "and": https://www.grammarly.com/blog/comma-before-and/ --- docs/writing/tests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing/tests.rst b/docs/writing/tests.rst index 3b8f6e32f..141c92971 100644 --- a/docs/writing/tests.rst +++ b/docs/writing/tests.rst @@ -225,7 +225,7 @@ minimal example of each bug (distinguished exception type and location): xs=[1.7976321109618856e+308, 6.102390043022755e+303] ) -Hypothesis is practical as well as very powerful, and will often find bugs +Hypothesis is practical as well as very powerful and will often find bugs that escaped all other forms of testing. It integrates well with py.test, and has a strong focus on usability in both simple and advanced scenarios.