From 01484cdc68e2c8634bab5d8ffc2043e8d7471ee6 Mon Sep 17 00:00:00 2001 From: Lukas Grimm Date: Sat, 1 Oct 2022 16:37:40 +0200 Subject: [PATCH] added code-blocks according to #78962 (#78972) --- docs/docsite/rst/dev_guide/testing_pep8.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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] ...