Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
semuadmin committed Sep 2, 2024
1 parent 41bcb1e commit 52a55ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyubx2/ubxvariants.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ def get_cfgdat_dict(**kwargs) -> dict:

def get_secsig_dict(**kwargs) -> dict:
"""
Select appropriate CFG-DAT SET payload definition by checking
presence of datumNum keyword or payload length of 2 bytes.
Select appropriate SEC-SIG GET payload definition by checking
value of 'version' attribute (1st byte of payload).
:param kwargs: optional payload key/value pairs
:return: dictionary representing payload definition
Expand Down

0 comments on commit 52a55ea

Please sign in to comment.