X-Git-Url: https://git.ao2.it/SaveMySugar/python3-savemysugar.git/blobdiff_plain/74ef1879526d5a70991b2a1d23c79ef854fd2e78..5851c4f6d66fab8aa596ba15541d7757a5aeffec:/src/savemysugar/MorseDistanceModulator.py diff --git a/src/savemysugar/MorseDistanceModulator.py b/src/savemysugar/MorseDistanceModulator.py index 1f78382..fccd57f 100755 --- a/src/savemysugar/MorseDistanceModulator.py +++ b/src/savemysugar/MorseDistanceModulator.py @@ -142,9 +142,9 @@ class MorseDistanceModulator(object): distances.append(self.symbol_to_distance("EOM")) - # Since the Morse signals are encoded in the distance between calls, an - # extra call is needed in order for receiver actually get the EOM and - # see that the transmission has terminated. + # Since the Morse symbols are encoded in the distance between periods, + # an extra pulse is needed in order for the receiver to actually get + # the EOM and see that the transmission has terminated. distances.append(0) return distances