Skip to content

Commit

Permalink
fix: mistake in the doc string (#159)
Browse files Browse the repository at this point in the history
fix: mistake in the doc string the messageType6 has a src to a wrong message
  • Loading branch information
Y-askour authored Jan 5, 2025
1 parent 60227aa commit bb69849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyais/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ class MessageType5(Payload):
class MessageType6(Payload):
"""
Binary Addresses Message
Src: https://gpsd.gitlab.io/gpsd/AIVDM.html#_type_4_base_station_report
Src: https://gpsd.gitlab.io/gpsd/AIVDM.html#_type_6_binary_addressed_message
"""
msg_type = bit_field(6, int, default=6)
repeat = bit_field(2, int, default=0, signed=False)
Expand Down

0 comments on commit bb69849

Please sign in to comment.