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
This commit is contained in:
parent
e2cf3e0932
commit
7eb765578a
|
@ -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()``
|
||||
|
|
Loading…
Reference in New Issue