Skip to content
Merged
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 pyModeS/decoder/allcall.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ def capability(msg: str) -> tuple[int, None | str]:
)
elif ca == 7:
text = (
"Downlink Request value is 0, "
"Downlink Request value is not 0, "
"or the Flight Status is 2, 3, 4 or 5, "
"either airborne or on the ground"
"and either airborne or on the ground"
)
else:
text = None
Expand Down