File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ Contributors List
44* Alexandre Souza ([ @alexandre ] ( http://github.com/alexandre ) )
55* Nikolai Nowaczyk ([ @niknow ] ( https://github.com/niknow ) )
66* Brendan Ebers ([ @brendanebers ] ( https://github.com/brendanebers ) )
7+ * Benedikt Ziegler ([ @bziegler ] ( https://github.com/bziegler ) )
Original file line number Diff line number Diff line change @@ -86,7 +86,9 @@ print(my_location.street_number)
8686print (my_location.postal_code)
8787
8888for administrative_area in my_location.administrative_area:
89- print (" {} : {} " .format(administrative_area.area_type, administrative_area.name))
89+ print (" {} : {} ({} )" .format(administrative_area.area_type,
90+ administrative_area.name,
91+ administrative_area.short_name))
9092
9193print (my_location.country)
9294print (my_location.country_shortcut)
You can’t perform that action at this time.
0 commit comments