From b17d4684fff1a8631b2d9d69261d1784ef5ae69c Mon Sep 17 00:00:00 2001 From: Ivan Iraci Date: Thu, 28 Sep 2023 16:15:44 +0200 Subject: [PATCH] fix(places): correct typo in places detail fields --- googlemaps/places.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/googlemaps/places.py b/googlemaps/places.py index 269a17fa..78bd6043 100644 --- a/googlemaps/places.py +++ b/googlemaps/places.py @@ -53,7 +53,7 @@ ) PLACES_DETAIL_FIELDS_BASIC = { - "address_component", + "address_components", "adr_address", "business_status", "formatted_address",