mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
fixed typo
This commit is contained in:
parent
4cfc01f5b9
commit
7657e5ffcf
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue