diff --git a/doc/running-tests.rst b/doc/running-tests.rst
index b327dc20f5c3e1a0fb8ef4399e9254aa075f7807..0f923afd845e82bbdad5c8012d744184906cfaf6 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