Skip to content

Commit a084921

Browse files
authored
Merge pull request #146 from amadeus4dev/typo-airport-and-city
Typo airport and city
2 parents 0ee010b + 05845cb commit a084921

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

amadeus/client/location.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Location(object):
88
99
from amadeus import Location
1010
11-
client.reference_data.locations.get(
11+
amadeus.reference_data.locations.get(
1212
keyword='lon',
1313
subType=Location.ANY
1414
)

amadeus/reference_data/_locations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def get(self, **params):
2222
2323
from amadeus import Location
2424
25-
client.reference_data.locations.get(
25+
amadeus.reference_data.locations.get(
2626
keyword='lon',
2727
subType=Location.ANY
2828
)

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)