diff --git a/lbmpy/creationfunctions.py b/lbmpy/creationfunctions.py
index d3fab3cd8a143651dcd8335e3b4937d326c1a92b..acf9ee67b9fa924cc268c42dbed9adb95aea1f00 100644
--- a/lbmpy/creationfunctions.py
+++ b/lbmpy/creationfunctions.py
@@ -65,8 +65,8 @@ Entropic methods:
 - ``entropic_newton_iterations=None``: For moment methods the entropy optimum can be calculated in closed form.
   For cumulant methods this is not possible, in that case it is computed using Newton iterations. This parameter can be
   used to force Newton iterations and specify how many should be done
-- ``omega_output_field=None``: you can pass a pystencils Field here, where the calculated free relaxation
-  rate is written to
+- ``omega_output_field=None``: you can pass a pystencils Field here, where the calculated free relaxation rate of
+  an entropic or Smagorinsky method is written to
 
 LES methods: