From 4ec1dd5684bb4e6e805030dd092d2c0640dfa87f Mon Sep 17 00:00:00 2001 From: HarshaSai1234 Date: Mon, 27 Oct 2025 19:58:35 +0530 Subject: [PATCH] Improve readability of assertion explanation in README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index bf9cd445884..3bc5f06fc81 100644 --- a/README.rst +++ b/README.rst @@ -79,7 +79,7 @@ To execute it:: ========================== 1 failed in 0.04 seconds =========================== -Due to ``pytest``'s detailed assertion introspection, only plain ``assert`` statements are used. See `getting-started `_ for more examples. +Thanks to ``pytest``'s detailed assertion introspection, you can simply use plain ``assert`` statements. See `getting-started `_ for more examples. Features