Merge pull request #50 from csindle/patch-1

Correct spelling

Thank you!
Konstantin
pull/51/head
Meisterschueler 2018-02-28 14:15:55 +01:00 zatwierdzone przez GitHub
commit 58e44e7530
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -33,5 +33,5 @@ class AmbigousTimeError(ParseError):
self.packet_time = packet_time
self.timedelta = reference - datetime.combine(reference, packet_time)
self.message = "Can't reconstruct timstamp, {:.0f}s from past.".format(self.timedelta.total_seconds())
self.message = "Can't reconstruct timestamp, {:.0f}s from past.".format(self.timedelta.total_seconds())
super(AmbigousTimeError, self).__init__(self.message)