From 33d0613483994cbc2f00c1d6d325a9ee1009a292 Mon Sep 17 00:00:00 2001 From: Bryce Gattis Date: Fri, 26 Apr 2024 09:27:23 -0500 Subject: [PATCH] Fix typo Signed-off-by: Bryce Gattis --- doc/en/how-to/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/how-to/usage.rst b/doc/en/how-to/usage.rst index 7b588ce2cad..b6afb1cdacc 100644 --- a/doc/en/how-to/usage.rst +++ b/doc/en/how-to/usage.rst @@ -27,7 +27,7 @@ Pytest supports several ways to run and select tests from the command-line or fr pytest test_mod.py When passing a path as a positional argument, pytest does not recursively -searches when given a file basename. If you want to pass a path to a file, you +search when given a file basename. If you want to pass a path to a file, you must pass either a relative path or an absolute path. Otherwise, consider the below keyword expressions instead.