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

doc
Frederick Ros 1 year ago committed by GitHub
parent 3b75b004fc
commit 595ebe1796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save