Skip to content

Commit c7766a8

Browse files
author
Anthony Roux
committed
Fix the Flight Busiest Traveling Period example
1 parent e1eeca9 commit c7766a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ List of supported endpoints
234234
amadeus.travel.analytics.air_traffic.traveled.get(origin='NCE', period='2017-08')
235235
236236
# Flight Busiest Travel Period
237-
amadeus.travel.analytics.air_traffic.busiest_period.get(origin='NCE', period='2017-08')
237+
amadeus.travel.analytics.air_traffic.busiest_period.get(origin='MAD', period='2017', direction='ARRIVING')
238238
239239
# Hotel Search API
240240
# List of Hotels by City Code

0 commit comments

Comments
 (0)