Remove trailing backtick

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

Change-Id: I66d555ad73738a1a7fb674a27472143e0f0d6609
This commit is contained in:
Cao Xuan Hoang 2017-01-04 13:48:45 +07:00
parent b609134e58
commit 4a16028c88

View File

@ -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