diff --git a/docs/docsite/rst/dev_guide/testing_pep8.rst b/docs/docsite/rst/dev_guide/testing_pep8.rst index 92630995c38..7c19b2a13dc 100644 --- a/docs/docsite/rst/dev_guide/testing_pep8.rst +++ b/docs/docsite/rst/dev_guide/testing_pep8.rst @@ -13,8 +13,9 @@ PEP 8 Running Locally =============== -The `PEP 8`_ check can be run locally with:: +The `PEP 8`_ check can be run locally with: +.. code-block:: shell ansible-test sanity --test pep8 [file-or-directory-path-to-check] ...