Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions python/opensky_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ class FlightData(object):
estimated arrival airport in meters.
| **departureAirportCandidatesCount**: `int` - Number of other possible departure airports.
These are airports in short distance to estDepartureAirport.
| **arrivalAirportCandidatesCount**: `int` - Number of other possible departure airports.
These are airports in short distance to estArrivalAirport.
| **arrivalAirportCandidatesCount**: `int` - Number of other possible arrival airports.
These are airports in short distance to estArrivalAirport.
"""

keys = [
Expand Down