We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e78965 + 21d2778 commit 1e60294Copy full SHA for 1e60294
doc/en/usage.rst
@@ -79,7 +79,7 @@ than ``--tb=long``). It also ensures that a stack trace is printed on
79
**KeyboardInterrrupt** (Ctrl+C).
80
This is very useful if the tests are taking too long and you interrupt them
81
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
+will be shown (because KeyboardInterrupt is caught by pytest). By using this
83
option you make sure a trace is shown.
84
85
Dropping to PDB_ (Python Debugger) on failures
0 commit comments