Skip to content

Commit

Permalink
Consistend quotes in TNLVHD.Datestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiccolo committed Jan 26, 2024
1 parent 4ee7032 commit e3843ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynmea2/types/proprietary/tnl.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class TNLVHD(TNL, DatetimeFix):
('Empty', '_'),
('Sentence Type', 'type'),
('Timestamp', 'timestamp', timestamp),
("Datestamp", 'datestamp', datestamp),
('Datestamp', 'datestamp', datestamp),
('Azimuth Angle', 'azimuth', float),
('AzimuthTime', 'azdt', float),
('Vertical Angle', 'vertical', float),
Expand Down

0 comments on commit e3843ee

Please sign in to comment.