Fix typo in google_places_api.py (#7055)

pull/7072/head
Ikko Eltociear Ashimine 1 year ago committed by GitHub
parent 60b05511d3
commit be93775ebc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save