From d5fc995f4d52b5073e44e4d61259a752033e8388 Mon Sep 17 00:00:00 2001 From: Cao Xuan Hoang Date: Wed, 4 Jan 2017 13:44:57 +0700 Subject: [PATCH] Remove trailing backtick This patch is removing a trailing backtick (`) from the doc/running-tests.rst document. Change-Id: Ib74c43288d269b36113812c91e47db4b0deb1d4b --- 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 b327dc20f5..0f923afd84 100644 --- a/doc/running-tests.rst +++ b/doc/running-tests.rst @@ -76,7 +76,7 @@ the ``kolla/tests/test_kolla_docker.py`` file: $ tox -e py27 test_kolla_docker.ModuleArgsTest To run the ``ModuleArgsTest.test_module_args`` test method in -the ``kolla/tests/test_kolla_docker.py``` file: +the ``kolla/tests/test_kolla_docker.py`` file: .. code-block:: console