mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-06 13:18:12 +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,
|
To use, you should have the ``googlemaps`` python package installed,
|
||||||
**an API key for the google maps platform**,
|
**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'
|
set with your API key , or pass 'gplaces_api_key'
|
||||||
as a named parameter to the constructor.
|
as a named parameter to the constructor.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user