Skip to content

Commit 5d46b52

Browse files
Improve readability of assertion explanation in README.rst (#13851)
1 parent f628f43 commit 5d46b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ To execute it::
7979
========================== 1 failed in 0.04 seconds ===========================
8080

8181

82-
Due to ``pytest``'s detailed assertion introspection, only plain ``assert`` statements are used. See `getting-started <https://docs.pytest.org/en/stable/getting-started.html#our-first-test-run>`_ for more examples.
82+
Thanks to ``pytest``'s detailed assertion introspection, you can simply use plain ``assert`` statements. See `getting-started <https://docs.pytest.org/en/stable/getting-started.html#our-first-test-run>`_ for more examples.
8383

8484

8585
Features

0 commit comments

Comments
 (0)