fix isotope typo

This commit is contained in:
Pim Nelissen
2026-03-03 20:58:34 +01:00
parent c98000dfd8
commit b69b7455f1

View File

@ -40,7 +40,7 @@ class CS137(Isotope):
preset_isotopes: Dict[str, Type[Isotope]] = {
"CS137": CS137
"Cs137": CS137
}