From 6932b20ff26cd9bb9faecd8566850969e5a58e8d Mon Sep 17 00:00:00 2001
From: "ivan.kondov" <ivan.kondov@kit.edu>
Date: Fri, 21 Jul 2017 15:20:17 +0200
Subject: [PATCH] improved formatting

---
 docs/basics.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/basics.rst b/docs/basics.rst
index a5a1a59..de371ba 100644
--- a/docs/basics.rst
+++ b/docs/basics.rst
@@ -41,9 +41,9 @@ specified. Further attributes are ``metadata`` and ``name``.
 
 Each firetask includes the firetask name ``_fw_name`` and definitions of its 
 parameters. Every firetask is *atomic* i.e. executed at once without further 
-subdivisions. The firetasks of one firework
-    - are executed strictly one after another in the order of their specification;
-    - share the same job working directory and the files in it.
+subdivisions. The firetasks of one firework are executed strictly one after 
+another in the order of their specification and share the same job working 
+directory and the files in it.
 
 Here is a short example for a workflow demonstrating the usage of the 
 ``PythonFunctionTask``::
-- 
GitLab