Skip to content

Commit b3255de

Browse files
committed
tweak doc
1 parent 1dc2ed8 commit b3255de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymatgen/io/lobster/inputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def __setitem__(self, key: str, val: Any) -> None:
151151
Also clean the keys and values by stripping white spaces.
152152
153153
Raises:
154-
KeyError: if parameter is not available.
154+
KeyError: if keyword is not available.
155155
"""
156156
key = key.strip().lower()
157157

0 commit comments

Comments
 (0)