Description: Fix a grammatical error in the manpage
Author: Ronny Pfannschmidt
Origin: upstream
Bug: https://bitbucket.org/hpk42/pytest/issue/130/spelling-in-usagetxt
Applied-Upstream: https://bitbucket.org/hpk42/pytest/changeset/4522e6bb851e
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/doc/usage.txt
+++ b/doc/usage.txt
@@ -70,7 +70,7 @@
 .. _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
 
