From 55df0500cc97c3e3d8a44f5f3d256189a3969af7 Mon Sep 17 00:00:00 2001 From: Anna Tsolakou Date: Mon, 19 Jun 2023 11:44:00 +0200 Subject: [PATCH] fix typo in readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4767b9d..75be15f 100644 --- a/README.rst +++ b/README.rst @@ -357,7 +357,7 @@ List of supported endpoints amadeus.ordering.transfer_orders.post(body, offerId='1000000000') # Transfer Management - amadeus.ordering.transfer_orders('ABC').transfers.cancellation.post(body, confirmNbr=123) + amadeus.ordering.transfer_order('ABC').transfers.cancellation.post(body, confirmNbr=123) Development & Contributing --------------------------