Skip to content

Commit d39ff32

Browse files
authored
docs: fix params for find_place. (#369)
1 parent 104ab34 commit d39ff32

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

googlemaps/places.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,9 @@ def find_place(
123123
or 'phonenumber'.
124124
:type input_type: string
125125
126-
:param fields: The fields specifying the types of place data to return,
127-
separated by a comma. For full details see:
126+
:param fields: The fields specifying the types of place data to return. For full details see:
128127
https://developers.google.com/places/web-service/search#FindPlaceRequests
129-
:type input: list
128+
:type fields: list
130129
131130
:param location_bias: Prefer results in a specified area, by specifying
132131
either a radius plus lat/lng, or two lat/lng pairs

0 commit comments

Comments
 (0)