Skip to content

Commit 05845cb

Browse files
authored
Update _airports.py
fix typo
1 parent ed6eb21 commit 05845cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amadeus/reference_data/locations/_airports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def get(self, **params):
99
.. code-block:: python
1010
1111
12-
client.reference_data.locations.airports.get(
12+
amadeus.reference_data.locations.airports.get(
1313
longitude=49.0000,
1414
latitude=2.55
1515
)

0 commit comments

Comments
 (0)