From 09f1da3e9258e56bab4e7a9f1eed33498b217383 Mon Sep 17 00:00:00 2001
From: Martin Bauer <martin.bauer@fau.de>
Date: Mon, 2 Jul 2018 09:09:24 +0200
Subject: [PATCH] Small format change in documentation

---
 creationfunctions.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/creationfunctions.py b/creationfunctions.py
index c6925ed6..3a0b6d43 100644
--- a/creationfunctions.py
+++ b/creationfunctions.py
@@ -48,7 +48,7 @@ General:
   velocity everywhere, or a numpy array with the same size of the domain, with a last coordinate of shape dim to set
   velocities on cell level
 - ``output={}``: a dictionary mapping macroscopic quantites e.g. the strings 'density' and 'velocity' to pystencils
-                fields. In each timestep the corresponding quantities are written to the given fields.
+  fields. In each timestep the corresponding quantities are written to the given fields.
 - ``velocity_input``: symbolic field where the velocities are read from (for advection diffusion LBM)
 - ``kernel_type``: supported values: 'stream_pull_collide' (default), 'collide_only'
 
-- 
GitLab