Skip to content

Commit 319c1c3

Browse files
author
Anthony Roux
committed
Fix typo in the examples
1 parent 47f889a commit 319c1c3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ _docs
1212
dist
1313
build
1414
.vscode
15+
env

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,11 +240,11 @@ List of supported endpoints
240240
241241
# Hotel Search
242242
# Get list of Hotels by city code
243-
amadeus.shopping.hotel_offers.get(cityCode = 'MAD')
243+
amadeus.shopping.hotel_offers.get(cityCode = 'LON')
244244
# Get list of offers for a specific hotel
245-
amadeus.shopping.hotel_offers_by_hotel('SMPARCOL').get()
245+
amadeus.shopping.hotel_offers_by_hotel.get(hotelId = 'IALONCHO')
246246
# Confirm the availability of a specific offer
247-
amadeus.shopping.hotel_offer('4BA070CE929E135B3268A9F2D0C51E9D4A6CF318BA10485322FA2C7E78C7852E').get()
247+
amadeus.shopping.hotel_offer('D5BEE9D0D08B6678C2F5FAD910DC110BCDA187D21D4FCE68ED423426D0A246BB').get()
248248
249249
250250
Development & Contributing

0 commit comments

Comments
 (0)