Skip to content

Commit f03f768

Browse files
committed
fix bad characters
1 parent 7e60cf5 commit f03f768

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ List of supported endpoints
220220
amadeus.shopping.seatmaps.post(body)
221221
222222
# Flight Availabilities POST
223-
amadeus.shopping.availability.flight_availabilities.post(body)
223+
amadeus.shopping.availability.flight_availabilities.post(body)
224224
225225
# Flight Choice Prediction
226226
body = amadeus.shopping.flight_offers_search.get(

amadeus/shopping/availability/_flight_availabilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def post(self, body):
88
99
.. code-block:: python
1010
11-
amadeus.shopping.availability.flight_availabilities.post(body)
11+
amadeus.shopping.availability.flight_availabilities.post(body)
1212
1313
:param body: the parameters to send to the API
1414

0 commit comments

Comments
 (0)