This commit is contained in:
holger krekel 2012-03-31 10:12:11 -07:00
commit 1c746e0819
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
"""Rewrite assertion AST to produce nice error messages"""
import ast
import collections
import errno
import itertools
import imp

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