Fix typo in google_places_api.py (#7055)

This commit is contained in:
Ikko Eltociear Ashimine
2023-07-03 17:14:18 +09:00
committed by GitHub
parent 60b05511d3
commit be93775ebc
+1 -1
View File
@@ -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.