From 91cf94b77c856677842c1134341a77ff4ce3e4d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesc=20Mart=C3=AD=20Escofet?= Date: Thu, 25 Jul 2024 09:29:15 +0200 Subject: [PATCH] Typo --- docs/examples/example_onnx.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/example_onnx.ipynb b/docs/examples/example_onnx.ipynb index 8e65f52c..9cfe9914 100644 --- a/docs/examples/example_onnx.ipynb +++ b/docs/examples/example_onnx.ipynb @@ -218,7 +218,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Now we can call {meth}`~metalearners.metalearner.MetaLearner._build_onnx` whichh combines\n", + "Now we can call {meth}`~metalearners.metalearner.MetaLearner._build_onnx` which combines\n", "the the converted ONNX base models into a single ONNX model.\n", "This combined model has a single 2D input ``\"X\"`` and a single output named ``\"tau\"``.\n", "The output name can be changed using the ``output_name`` parameter. "