mirror of
https://github.com/hwchase17/langchain
synced 2024-11-04 06:00:26 +00:00
Fixed a typo in an Error Message of SerpAPI (#2313)
This commit is contained in:
parent
3b75b004fc
commit
595ebe1796
@ -72,7 +72,7 @@ class SerpAPIWrapper(BaseModel):
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
raise ValueError(
|
raise ValueError(
|
||||||
"Could not import serpapi python package. "
|
"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
|
return values
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user