Skip to content

Commit 21d2778

Browse files
authored
catched -> caught
Even though catch is a Python keyword, 'catched' just looks terrible in text. If the text was supposed to reference the keyword, then 'catched' should be changed to "'catch'ed".
1 parent 7e78965 commit 21d2778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ than ``--tb=long``). It also ensures that a stack trace is printed on
7979
**KeyboardInterrrupt** (Ctrl+C).
8080
This is very useful if the tests are taking too long and you interrupt them
8181
with Ctrl+C to find out where the tests are *hanging*. By default no output
82-
will be shown (because KeyboardInterrupt is catched by pytest). By using this
82+
will be shown (because KeyboardInterrupt is caught by pytest). By using this
8383
option you make sure a trace is shown.
8484

8585
Dropping to PDB_ (Python Debugger) on failures

0 commit comments

Comments
 (0)