From c44314b80e198c7ebb7968c80d40365ec8621142 Mon Sep 17 00:00:00 2001
From: Erik Nygren <erik.nygren@sbb.ch>
Date: Thu, 23 May 2019 21:54:53 +0200
Subject: [PATCH] code block update

---
 docs/gettingstarted.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/gettingstarted.rst b/docs/gettingstarted.rst
index 430b1f1..9e6d80f 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,
-- 
GitLab