Fixed a typo in an Error Message of SerpAPI (#2313)

This commit is contained in:
Frederick Ros
2023-04-02 23:57:34 +02:00
committed by GitHub
parent 3b75b004fc
commit 595ebe1796

View File

@@ -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