From 1c6b612dfaa8e3be77941737d51069e140645d12 Mon Sep 17 00:00:00 2001 From: Van Hung Pham Date: Wed, 31 May 2017 01:53:10 +0700 Subject: [PATCH] Trivial fix typos in documents Make the title match the underline Change-Id: I8f9f11176a14562d3caeae3ae1f690767177c734 --- doc/running-tests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/running-tests.rst b/doc/running-tests.rst index 5c68ed80d2..e6bc03b661 100644 --- a/doc/running-tests.rst +++ b/doc/running-tests.rst @@ -93,7 +93,7 @@ In order to get coverage report for Kolla, run the below command. $ tox -e cover Debugging unit tests ------------------------- +-------------------- In order to break into the debugger from a unit test we need to insert a breaking point to the code: