word change in the docs fixes #130
This commit is contained in:
parent
45aa4e5229
commit
166aae4418
|
@ -70,7 +70,7 @@ Dropping to PDB (Python Debugger) on failures
|
||||||
.. _PDB: http://docs.python.org/library/pdb.html
|
.. _PDB: http://docs.python.org/library/pdb.html
|
||||||
|
|
||||||
Python comes with a builtin Python debugger called PDB_. ``py.test``
|
Python comes with a builtin Python debugger called PDB_. ``py.test``
|
||||||
allows to drop into the PDB prompt via a command line option::
|
allows one to drop into the PDB prompt via a command line option::
|
||||||
|
|
||||||
py.test --pdb
|
py.test --pdb
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue