From 71f209fa4c48625f692685666aa0f578446a18f9 Mon Sep 17 00:00:00 2001
From: Stefano Borini <sborini@enthought.com>
Date: Fri, 29 Jun 2018 11:02:30 +0100
Subject: [PATCH] Switched documentation

---
 force_bdss/execution.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/force_bdss/execution.py b/force_bdss/execution.py
index 3ac49d7..0fd03b1 100644
--- a/force_bdss/execution.py
+++ b/force_bdss/execution.py
@@ -37,12 +37,12 @@ def execute_layer(layer, environment_data_values):
 
     Parameters
     ----------
-    environment_data_values: list
-        A list of data values to submit to the evaluators.
-
     layer: ExecutionLayer
         A list of the models for all the data sources
 
+    environment_data_values: list
+        A list of data values to submit to the evaluators.
+
     NOTE: The above parameter is going to go away as soon as we move
     to unlimited layers and remove the distinction between data sources
     and KPI calculators.
-- 
GitLab