fixed typo

This commit is contained in:
Jonathan Shimwell 2022-03-10 22:45:13 +00:00 committed by GitHub
parent 4cfc01f5b9
commit 7657e5ffcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -776,7 +776,7 @@ class Settings:
self._trace = trace
@track.setter
def track(self, track: typint.Iterable[int]):
def track(self, track: typing.Iterable[int]):
cv.check_type('track', track, Iterable, Integral)
if len(track) % 3 != 0:
msg = f'Unable to set the track to "{track}" since its length is ' \