mirror of
https://github.com/hwchase17/langchain
synced 2024-11-08 07:10:35 +00:00
Fix typo in google_places_api.py (#7055)
This commit is contained in:
parent
60b05511d3
commit
be93775ebc
@ -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…
Reference in New Issue
Block a user