Skip to content

Commit 4264257

Browse files
committed
Update README.rst
1 parent d996d09 commit 4264257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,15 +275,15 @@ List of supported endpoints
275275
# Hotel Name Autocomplete
276276
amadeus.reference_data.locations.hotel.get(keyword='PARI', subType=[Hotel.HOTEL_GDS, Hotel.HOTEL_LEISURE])
277277
278-
# Hotel Booking V2
278+
# Hotel Booking v2
279279
# The offerId comes from the hotel_offer above
280280
amadeus.booking.hotel_orders.post(
281281
guests=guests,
282282
travel_agent=travel_agent,
283283
room_associations=room_associations,
284284
payment=payment)
285285
286-
# Hotel Booking V1
286+
# Hotel Booking v1
287287
# The offerId comes from the hotel_offer above
288288
amadeus.booking.hotel_bookings.post(offerId, guests, payments)
289289

0 commit comments

Comments
 (0)