diff --git a/doc/en/explanation/types.rst b/doc/en/explanation/types.rst index 827a2bf02b6..23e399af6d6 100644 --- a/doc/en/explanation/types.rst +++ b/doc/en/explanation/types.rst @@ -11,7 +11,7 @@ Typing in pytest Why type tests? --------------- -Typing tests provides significant advantages: +Typing tests provide significant advantages: - **Readability:** Clearly defines expected inputs and outputs, improving readability, especially in complex or parameterized tests.