Skip to content

Commit d66dc57

Browse files
authored
fix date in readme
1 parent 7874029 commit d66dc57

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='MAD',
4545
destinationLocationCode='ATH',
46-
departureDate='2022-16-01',
46+
departureDate='2022-06-01',
4747
adults=1)
4848
print(response.data)
4949
except ResponseError as error:

0 commit comments

Comments
 (0)