From: Antonio Ospite Date: Sun, 3 Jan 2016 17:47:09 +0000 (+0100) Subject: MorseDistanceModulator.py: improve a comment X-Git-Url: https://git.ao2.it/SaveMySugar/python3-savemysugar.git/commitdiff_plain/5851c4f6d66fab8aa596ba15541d7757a5aeffec?hp=74ef1879526d5a70991b2a1d23c79ef854fd2e78 MorseDistanceModulator.py: improve a comment Don't refer to "calls" anymore, MorseDistanceModulator is quite generic and uses the period/pulse terminology. Improve the grammar too... --- 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