Fix the trailing backtick

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

Change-Id: Ic52be9b5bef23f983fb8c52efc2a8abe9b7173d3
This commit is contained in:
melissaml 2017-01-08 05:41:25 +08:00
parent 5b53173c37
commit e5a402f81e
1 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ directory use:
$ tox -e py27 kolla_kubernetes.tests
To run the tests of a specific file say ``kolla_kubernetes/tests/test_utils.py`:
To run the tests of a specific file say ``kolla_kubernetes/tests/test_utils.py``:
.. code-block:: console
@ -78,7 +78,7 @@ the ``kolla_kubernetes/tests/test_utils.py`` file:
$ tox -e py27 test_utils.TestJinjaUtils
To run the ``TestJinjaUtils.test_merge_configs_and_self_render`` test method in
the ``kolla_kubernetes/tests/test_utils.py``` file:
the ``kolla_kubernetes/tests/test_utils.py`` file:
.. code-block:: console