Skip to content

Commit 2e66697

Browse files
committed
Add symbols now that those elements have names
1 parent 2890422 commit 2e66697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pynch/parse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def __init__(self):
2828
80: "Hg", 81: "Tl", 82: "Pb", 83: "Bi", 84: "Po", 85: "At", 86: "Rn", 87: "Fr", 88: "Ra", 89: "Ac",
2929
90: "Th", 91: "Pa", 92: "U", 93: "Np", 94: "Pu", 95: "Am", 96: "Cm", 97: "Bk", 98: "Cf", 99: "Es",
3030
100: "Fm", 101: "Md", 102: "No", 103: "Lr", 104: "Rf", 105: "Db", 106: "Sg", 107: "Bh", 108: "Hs", 109: "Mt",
31-
110: "Ds", 111: "Rg", 112: "Cn", 113: "Ed", 114: "Fl", 115: "Ef", 116: "Lv", 117: "Eh", 118: "Ei"
31+
110: "Ds", 111: "Rg", 112: "Cn", 113: "Ed", 114: "Fl", 115: "Ef", 116: "Lv", 117: "Ts", 118: "Og"
3232
}
3333

3434
def _read_as_int(self, line: str, start: int, end: int, default: int = None) -> typing.Union[int, None]:

0 commit comments

Comments
 (0)