From 37da6e546b10e9f5d4ed026400c1cf93608513c9 Mon Sep 17 00:00:00 2001 From: Christoffer Bo Petersen Date: Mon, 6 Nov 2023 16:37:30 +0100 Subject: [PATCH] Fix typo in e2b_data_analysis.ipynb (#12930) Just a small typo fix --- docs/docs/integrations/tools/e2b_data_analysis.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/tools/e2b_data_analysis.ipynb b/docs/docs/integrations/tools/e2b_data_analysis.ipynb index 16ac42cd3a..07c8f29d0b 100644 --- a/docs/docs/integrations/tools/e2b_data_analysis.ipynb +++ b/docs/docs/integrations/tools/e2b_data_analysis.ipynb @@ -14,7 +14,7 @@ "E2B Data Analysis sandbox allows you to:\n", "- Run Python code\n", "- Generate charts via matplotlib\n", - "- Install Python packages dynamically durint runtime\n", + "- Install Python packages dynamically during runtime\n", "- Install system packages dynamically during runtime\n", "- Run shell commands\n", "- Upload and download files\n",