Remove trailing backtick

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

Change-Id: Ib74c43288d269b36113812c91e47db4b0deb1d4b
This commit is contained in:
Cao Xuan Hoang 2017-01-04 13:44:57 +07:00
parent 96a604aa11
commit d5fc995f4d

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