Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
semuadmin committed Oct 8, 2024
1 parent 5f11501 commit 168ebef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pynmeagps/nmeareader.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ def parse(
:param int msgmode: 0=GET, 1=SET, 2=POLL (0)
:param int validate: VALNONE (0), VALCKSUM (1), VALMSGID (2),
(can be OR'd) (1)
:param dict userdefined: user-defined payload definition dictionary (None)
:return: NMEAMessage object (or None if unknown message and VALMSGID is not set)
:rtype: NMEAMessage
:raises: NMEAParseError (if data stream contains invalid data or unknown message type)
Expand Down

0 comments on commit 168ebef

Please sign in to comment.