Update doc/en/getting-started.rst

This commit is contained in:
Bruno Oliveira 2022-03-07 19:36:21 -03:00 committed by GitHub
parent 430ceb35c6
commit c7a5b9959b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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