From c03899159050d33bbc199e415cf12cb933efd0fb Mon Sep 17 00:00:00 2001 From: Jagadish Krishnamoorthy Date: Sun, 5 May 2024 13:22:17 -0700 Subject: [PATCH] docs: Update pandas.ipynb (#21289) Remove the redundant comment. --- docs/docs/integrations/toolkits/pandas.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/toolkits/pandas.ipynb b/docs/docs/integrations/toolkits/pandas.ipynb index 5bf09f5b2c9..9ad8ec30df6 100644 --- a/docs/docs/integrations/toolkits/pandas.ipynb +++ b/docs/docs/integrations/toolkits/pandas.ipynb @@ -46,7 +46,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." ] }, {