From a8ab7e7e5d092f2ad54808f58d8b7b5e08e524aa Mon Sep 17 00:00:00 2001 From: Mikhail Polivakha <68962645+mipo256@users.noreply.github.com> Date: Sun, 10 Nov 2024 09:14:00 +0300 Subject: [PATCH] Polishing --> code-block directive #3 Co-authored-by: Hong Xu --- index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.rst b/index.rst index 468834b..4223e94 100644 --- a/index.rst +++ b/index.rst @@ -343,6 +343,8 @@ Additionally, it is possible to have ``indent_size`` less then the ``tab_width`` To understand the way it works, let's look at the following example: +.. code-block:: python + def func(): if True: return True