Skip to content

Commit 29a49b4

Browse files
authored
Update Nearest Relevant Airport example
1 parent d4f2279 commit 29a49b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ List of supported endpoints
220220
# Get a specific city or airport based on its id
221221
amadeus.reference_data.location('ALHR').get()
222222
223-
# Airport Nearest Relevant Airport
224-
amadeus.reference_data.locations.airports.get(longitude=49.000, latitude=2.55)
223+
# Airport Nearest Relevant Airport (for London)
224+
amadeus.reference_data.locations.airports.get(longitude=0.1278, latitude=51.5074)
225225
226226
# Flight Most Searched Destinations
227227
# Which were the most searched flight destinations from Madrid in August 2017?

0 commit comments

Comments
 (0)