From 4a16028c8833f6cc57a32fdae85e980841eaae2d Mon Sep 17 00:00:00 2001
From: Cao Xuan Hoang <hoangcx@vn.fujitsu.com>
Date: Wed, 4 Jan 2017 13:48:45 +0700
Subject: [PATCH] Remove trailing backtick

 This patch is removing a trailing backtick (`) from the
doc/running-tests.rst document.

Change-Id: I66d555ad73738a1a7fb674a27472143e0f0d6609
---
 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