Skip to content

Commit 03f0ff4

Browse files
McSinyxxavfernandez
authored andcommitted
Fix rst syntax in Getting Started guide
1 parent 720c77a commit 03f0ff4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/html/development/getting-started.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,13 @@ It is preferable to run the tests in parallel for better experience during devel
5353
since the tests can take a long time to finish when run sequentially.
5454

5555
To run tests:
56+
5657
.. code-block:: console
5758
5859
$ tox -e py36 -- -n auto
5960
6061
To run tests without parallelization, run:
62+
6163
.. code-block:: console
6264
6365
$ tox -e py36

0 commit comments

Comments
 (0)