From 8627cc82e13642c675e6c90f268d8fce86cecab7 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 16ac42cd3ad5a..07c8f29d0befe 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",