word change in the docs fixes #130

This commit is contained in:
Ronny Pfannschmidt 2012-03-22 08:26:37 +01:00
parent 45aa4e5229
commit 166aae4418
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ Dropping to PDB (Python Debugger) on failures
.. _PDB: http://docs.python.org/library/pdb.html
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