diff --git a/docs/src/user_guide.ipynb b/docs/src/user_guide.ipynb index 8b068e5f0..4a99b5036 100644 --- a/docs/src/user_guide.ipynb +++ b/docs/src/user_guide.ipynb @@ -404,7 +404,7 @@ "\n", "A Temporian program is a graph of [EventSetNode][temporian.EventSetNodes]s connecting operators. A graph is executed with the function `tp.run(, )`.\n", "\n", - "\"eager\n", + "\"eager\n", "\n", "The `` can be specified as an `EventSetNode`, a list of `EventSetNodes`, or a dictionary of names to `EventSetNodes`, and the result of `tp.run()` will be of the same type. For example, if `` is a list of three `EventSetNodes`, the result will be a list of the three corresponding `EventSets`.\n", "\n",