some little improvements

This commit is contained in:
Bastian Schroll 2018-02-03 22:32:28 +01:00
parent 4f72691c65
commit fd501c23dc
7 changed files with 15 additions and 13 deletions

View file

@ -27,7 +27,7 @@ class Fms:
"""!FMS decoder class
This class decodes FMS data.
First step is to validate the data and check if the format is correct.
First step is to validate the data and _check if the format is correct.
In the last step a valid BOSWatch packet is created and returned"""
def __init__(self):

View file

@ -27,7 +27,7 @@ class Pocsag:
"""!POCSAG decoder class
This class decodes POCSAG data.
First step is to validate the data and check if the format is correct.
First step is to validate the data and _check if the format is correct.
In the last step a valid BOSWatch packet is created and returned"""
def __init__(self):

View file

@ -27,7 +27,7 @@ class Zvei:
"""!ZVEI decoder class
This class decodes ZVEI data.
First step is to validate the data and check if the format is correct.
First step is to validate the data and _check if the format is correct.
After that the double-tone-sign 'E' is replaced.
In the last step a valid BOSWatch packet is created and returned"""