Skip to content

Commit 7375152

Browse files
authored
Merge pull request realpython#969 from Benjamin-Lee/patch-1
Fix grammar mistake
2 parents 01c5ec4 + 2bcf5e9 commit 7375152

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)