Skip to content

Commit 17aa655

Browse files
authored
Merge pull request #700 from janosh/main
fix ModifyPotcar doc string copy error
2 parents f60121a + b464a40 commit 17aa655

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)