Skip to content

Commit

Permalink
Fixed a typo in an Error Message of SerpAPI (langchain-ai#2313)
Browse files Browse the repository at this point in the history
  • Loading branch information
sleeper committed Apr 2, 2023
1 parent 3b75b00 commit 595ebe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langchain/utilities/serpapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def validate_environment(cls, values: Dict) -> Dict:
except ImportError:
raise ValueError(
"Could not import serpapi python package. "
"Please it install it with `pip install google-search-results`."
"Please install it with `pip install google-search-results`."
)
return values

Expand Down

0 comments on commit 595ebe1

Please sign in to comment.