Skip to content

Commit 1e60294

Browse files
authored
Merge pull request #1679 from eli-b/patch-1
catched -> caught
2 parents 7e78965 + 21d2778 commit 1e60294

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)