diff --git a/tutorials/codegen.ipynb b/tutorials/codegen.ipynb index 2c79f1a2e0..84b2cf7f01 100644 --- a/tutorials/codegen.ipynb +++ b/tutorials/codegen.ipynb @@ -497,8 +497,8 @@ " function_stream: CodeIOStream, callsite_stream: CodeIOStream):\n", " # The parameters here are:\n", " # sdfg: The SDFG we are currently generating.\n", - " # cfg: The current control flow graph (CFG) we are currently generating. For example, - " it can be the SDFG or a loop region. + " # cfg: The current control flow graph (CFG) we are currently generating. For example\n", + " # it can be the SDFG or a loop region.\n", " # scope: The subgraph of the state containing only the scope (map contents)\n", " # we want to generate the code for.\n", " # state_id: The state in the SDFG the subgraph is taken from (i.e.,\n",