Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Bryce Gattis <bryce.gattis@brazenanimation.com>
  • Loading branch information
brycegbrazen committed Apr 26, 2024
1 parent aa98e4c commit 33d0613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/en/how-to/usage.rst
Expand Up @@ -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.

Expand Down

0 comments on commit 33d0613

Please sign in to comment.