From c7a5b9959bc727ada93b52c657e5ed7d327ec102 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 7 Mar 2022 19:36:21 -0300 Subject: [PATCH] Update doc/en/getting-started.rst --- doc/en/getting-started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/getting-started.rst b/doc/en/getting-started.rst index ab1688f89..ff71dc6c3 100644 --- a/doc/en/getting-started.rst +++ b/doc/en/getting-started.rst @@ -35,7 +35,7 @@ Install ``pytest`` Create your first test ---------------------------------------------------------- -Create a Python file test_sample.py and write a simple test function with just four lines of code: +Create a Python file named ``test_sample.py`` and write a simple test function with just four lines of code: .. code-block:: python