From 0b049cc2b5ae2b5e1a0388e77eb5001d2b410c2b Mon Sep 17 00:00:00 2001 From: Mathieu Guillame-Bert Date: Wed, 12 Jul 2023 17:56:57 +0200 Subject: [PATCH] Fix image url --- docs/src/user_guide.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/user_guide.ipynb b/docs/src/user_guide.ipynb index 5fc9f4e33..abcfe5a61 100644 --- a/docs/src/user_guide.ipynb +++ b/docs/src/user_guide.ipynb @@ -271,7 +271,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",