From ad38eb2d502497db66d559a46a99cb2663a04fe8 Mon Sep 17 00:00:00 2001 From: Jon Bennion <120141355+jon-bennion-playground@users.noreply.github.com> Date: Wed, 26 Jul 2023 10:33:18 -0700 Subject: [PATCH] correction to reference to code (#8301) - Description: fixes typo referencing code --------- Co-authored-by: Bagatur --- docs/extras/integrations/toolkits/python.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/extras/integrations/toolkits/python.ipynb b/docs/extras/integrations/toolkits/python.ipynb index e18fdadfefc..41faeff3f9d 100644 --- a/docs/extras/integrations/toolkits/python.ipynb +++ b/docs/extras/integrations/toolkits/python.ipynb @@ -34,7 +34,7 @@ "source": [ "## Using ZERO_SHOT_REACT_DESCRIPTION\n", "\n", - "This shows how to initialize the agent using the ZERO_SHOT_REACT_DESCRIPTION agent type. Note that this is an alternative to the above." + "This shows how to initialize the agent using the ZERO_SHOT_REACT_DESCRIPTION agent type." ] }, { @@ -271,7 +271,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.1" + "version": "3.11.3" } }, "nbformat": 4,