Corrected small typo in error message. (#1791)

tool-patch
Paul 1 year ago committed by GitHub
parent f6d24d5740
commit 5aa8ece211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,7 +17,7 @@ class Wikipedia(Docstore):
except ImportError:
raise ValueError(
"Could not import wikipedia python package. "
"Please it install it with `pip install wikipedia`."
"Please install it with `pip install wikipedia`."
)
def search(self, search: str) -> Union[str, Document]:

Loading…
Cancel
Save