Skip to content

Commit ea4e14b

Browse files
committed
change the reference to client in the example
1 parent 71687f8 commit ea4e14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amadeus/client/direction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Direction (object):
88
99
from amadeus import Direction
1010
11-
amadeus.travel.analytics.air_traffic.busiest_period.get(
11+
client.travel.analytics.air_traffic.busiest_period.get(
1212
cityCode = 'MAD',
1313
period = '2017',
1414
direction = Direction.ARRIVING

0 commit comments

Comments
 (0)