Skip to content

Commit 2f48c35

Browse files
committed
fix error description
1 parent 995b623 commit 2f48c35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/edipack2py/func_aux_funx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ def set_phonon_coefficients(self, displacement=None, coupling=None):
397397

398398
if displacement == None and coupling == None:
399399
raise RuntimeError(
400-
"set_phonon_coefficients: provide at least either disp or coupling"
400+
"set_phonon_coefficients: provide at least either displacement or coupling"
401401
)
402402

403403
if displacement != None:

0 commit comments

Comments
 (0)