From 3f9bf5b4d4384e642d0fce84cd188936c2b30ca7 Mon Sep 17 00:00:00 2001 From: AmosDinh <39965380+AmosDinh@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:42:10 +0000 Subject: [PATCH] fixed typo --- scrapegraphai/nodes/search_internet_node.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrapegraphai/nodes/search_internet_node.py b/scrapegraphai/nodes/search_internet_node.py index 59c56975..97fed67b 100644 --- a/scrapegraphai/nodes/search_internet_node.py +++ b/scrapegraphai/nodes/search_internet_node.py @@ -84,7 +84,7 @@ class SearchInternetNode(BaseNode): You should return only the query string without any additional sentences. \n For example, if the user prompt is "What is the capital of France?", you should return "capital of France". \n - If yuo return something else, you will get a really bad grade. \n + If you return something else, you will get a really bad grade. \n USER PROMPT: {user_prompt}""" search_prompt = PromptTemplate(