From 7eb765578a70a3374c50afcca6b8fe1cf32ce981 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Sat, 1 Feb 2014 10:07:54 +0100 Subject: [PATCH] correct inconsistent comment wording Once the 'the' article was used before 'first' and once it was not, all within the same code example. --HG-- branch : pdb_doc_update --- doc/en/usage.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/usage.txt b/doc/en/usage.txt index 29a226dbc..d82061d6a 100644 --- a/doc/en/usage.txt +++ b/doc/en/usage.txt @@ -82,7 +82,7 @@ only want to do this for the first failing test to understand a certain failure situation:: py.test -x --pdb # drop to PDB on first failure, then end test session - py.test --pdb --maxfail=3 # drop to PDB for the first three failures + py.test --pdb --maxfail=3 # drop to PDB for first three failures Setting a breakpoint / aka ``set_trace()``