diff --git a/doc/en/getting-started.rst b/doc/en/getting-started.rst index 8129565df..ab1688f89 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 simple test function with just four lines of code: +Create a Python file test_sample.py and write a simple test function with just four lines of code: .. code-block:: python