We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7874029 commit d66dc57Copy full SHA for d66dc57
1 file changed
README.rst
@@ -43,7 +43,7 @@ application <https://developers.amadeus.com/my-apps/>`__.
43
response = amadeus.shopping.flight_offers_search.get(
44
originLocationCode='MAD',
45
destinationLocationCode='ATH',
46
- departureDate='2022-16-01',
+ departureDate='2022-06-01',
47
adults=1)
48
print(response.data)
49
except ResponseError as error:
0 commit comments