diff --git a/docs/gettingstarted.rst b/docs/gettingstarted.rst
index 430b1f1e97dd80460b03d30b06122380290534bb..9e6d80fa999c0b675af11537ad5aa8edb8dff008 100644
--- a/docs/gettingstarted.rst
+++ b/docs/gettingstarted.rst
@@ -129,7 +129,7 @@ from flatland.envs.rail_env import RailEnv
 The complex_rail_generator is used in order to guarantee feasible railway network configurations for training.
 Next we configure the difficulty of our task by modifying the complex_rail_generator parameters.
 
-..code-block:: python
+.. code-block:: python
 
 env = RailEnv(width=15,
               height=15,