Skip to content

Commit 3f9bf5b

Browse files
committed
fixed typo
1 parent 14faba4 commit 3f9bf5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapegraphai/nodes/search_internet_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def execute(self, state: dict) -> dict:
8484
You should return only the query string without any additional sentences. \n
8585
For example, if the user prompt is "What is the capital of France?",
8686
you should return "capital of France". \n
87-
If yuo return something else, you will get a really bad grade. \n
87+
If you return something else, you will get a really bad grade. \n
8888
USER PROMPT: {user_prompt}"""
8989

9090
search_prompt = PromptTemplate(

0 commit comments

Comments
 (0)