Skip to content

Commit b464a40

Browse files
authored
fix ModifyPotcar doc string copy error
1 parent a9cedff commit b464a40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

atomate/vasp/firetasks/write_inputs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@ class ModifyPotcar(FiretaskBase):
265265
266266
Optional params:
267267
functional (dict): functional to use, e.g. PBE, PBE_52, LDA_US, PW91
268-
input_filename (str): Input filename (if not "INCAR")
269-
output_filename (str): Output filename (if not "INCAR")
268+
input_filename (str): Input filename (if not "POTCAR")
269+
output_filename (str): Output filename (if not "POTCAR")
270270
"""
271271

272272
required_params = ["potcar_symbols"]

0 commit comments

Comments
 (0)