add doc strings for tests

This commit is contained in:
Bastian Schroll 2019-03-03 20:00:04 +01:00
parent c76c179225
commit 69acff24e4
5 changed files with 24 additions and 4 deletions

View file

@ -112,5 +112,5 @@ class RepeatedTimer:
@property
def lostEvents(self):
"""!Property to get a count over all los events"""
"""!Property to get a count over all lost events"""
return self._lostEvents