Skip to content

Commit 9b169e2

Browse files
authored
Merge pull request #17 from e-vandenberg/documentation-fix
Fix README.rst
2 parents 3159945 + 93c8eea commit 9b169e2

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
@@ -222,7 +222,7 @@ List of supported endpoints
222222
amadeus.shopping.flight_destinations.get(origin='MAD', maxPrice=200)
223223
224224
# Flight Low-fare Search
225-
amadeus.shopping.flight_offers.get(origin='MAD', destination='OPO', "2017-04-20')
225+
amadeus.shopping.flight_offers.get(origin='MAD', destination='OPO', departureDate='2017-04-20')
226226
227227
# Flight Most Searched Destinations
228228
amadeus.travel.analytics.fare_searches.get(origin='NCE', sourceCountry='FR', period='2017-08')

0 commit comments

Comments
 (0)