mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-29 18:08:36 +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:
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user