Skip to content

Commit 2bcf5e9

Browse files
authored
Fix grammar mistake
No comma before "and": https://www.grammarly.com/blog/comma-before-and/
1 parent 01c5ec4 commit 2bcf5e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing/tests.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ minimal example of each bug (distinguished exception type and location):
225225
xs=[1.7976321109618856e+308, 6.102390043022755e+303]
226226
)
227227
228-
Hypothesis is practical as well as very powerful, and will often find bugs
228+
Hypothesis is practical as well as very powerful and will often find bugs
229229
that escaped all other forms of testing. It integrates well with py.test,
230230
and has a strong focus on usability in both simple and advanced scenarios.
231231

0 commit comments

Comments
 (0)