From 88011622751fd6280d8aad02ca924aae066b6df8 Mon Sep 17 00:00:00 2001 From: Jeffrey Rackauckas Date: Sun, 1 Jul 2018 18:54:04 -0700 Subject: [PATCH] Fixing tabbing in usage.rst. --- doc/en/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/usage.rst b/doc/en/usage.rst index 469602146..83e7bd158 100644 --- a/doc/en/usage.rst +++ b/doc/en/usage.rst @@ -181,7 +181,7 @@ Dropping to PDB_ (Python Debugger) at the start of a test pytest --trace - This will invoke the Python debugger at the start of every test. +This will invoke the Python debugger at the start of every test. .. _breakpoints: