From 62567d6fac49465106a9bd097fcfb1a9aeb1faf3 Mon Sep 17 00:00:00 2001
From: spiglerg <spiglerg@gmail.com>
Date: Wed, 3 Apr 2019 16:37:11 +0200
Subject: [PATCH] cleaned docstrings env.py

---
 flatland/core/env.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/flatland/core/env.py b/flatland/core/env.py
index a07a8095..527ed30b 100644
--- a/flatland/core/env.py
+++ b/flatland/core/env.py
@@ -52,10 +52,10 @@ class Environment:
 
     def step(self, action_dict):
         """
-        Performs an environment step with simultaneous execution of actions for
-        agents in action_dict.
+        Environment step.
 
-        Returns observations from agents in the environment.
+        Performs an environment step with simultaneous execution of actions for
+        agents in action_dict. Returns observations from agents in the environment.
         The returns are dicts mapping from agent_id strings to values.
 
         Parameters
-- 
GitLab