Skip to content

Commit a02190b

Browse files
authored
update get started example date
1 parent cadae30 commit a02190b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ application <https://developers.amadeus.com/my-apps/>`__.
4343
response = amadeus.shopping.flight_offers_search.get(
4444
originLocationCode='SYD',
4545
destinationLocationCode='BKK',
46-
departureDate='2021-04-01',
46+
departureDate='2021-11-01',
4747
adults=1)
4848
print(response.data)
4949
except ResponseError as error:

0 commit comments

Comments
 (0)