From be93775ebc0ee6291327c9edb8abbfceb0669bfe Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 3 Jul 2023 17:14:18 +0900 Subject: [PATCH] Fix typo in google_places_api.py (#7055) --- langchain/utilities/google_places_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langchain/utilities/google_places_api.py b/langchain/utilities/google_places_api.py index 5d62c93045d..c31f3bedfaf 100644 --- a/langchain/utilities/google_places_api.py +++ b/langchain/utilities/google_places_api.py @@ -14,7 +14,7 @@ class GooglePlacesAPIWrapper(BaseModel): To use, you should have the ``googlemaps`` python package installed, **an API key for the google maps platform**, - and the enviroment variable ''GPLACES_API_KEY'' + and the environment variable ''GPLACES_API_KEY'' set with your API key , or pass 'gplaces_api_key' as a named parameter to the constructor.