mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-27 14:26:48 +00:00
Fixed a typo in an Error Message of SerpAPI (#2313)
This commit is contained in:
@@ -72,7 +72,7 @@ class SerpAPIWrapper(BaseModel):
|
||||
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
|
||||
|
||||
|
Reference in New Issue
Block a user