Skip to content

Commit

Permalink
fix: dargs.Arguments -> dargs.Argument (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz committed Dec 20, 2022
1 parent f7cb932 commit d7f10a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dpgen2/fp/run_fp.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ def args() -> List[dargs.Argument]:
Returns
-------
arguments: List[dargs.Arguments]
List of dargs.Arguments defines the arguments of `run_task` method.
arguments: List[dargs.Argument]
List of dargs.Argument defines the arguments of `run_task` method.
"""
pass

Expand Down
4 changes: 2 additions & 2 deletions dpgen2/fp/vasp.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ def args():
Returns
-------
arguments: List[dargs.Arguments]
List of dargs.Arguments defines the arguments of `run_task` method.
arguments: List[dargs.Argument]
List of dargs.Argument defines the arguments of `run_task` method.
"""

doc_vasp_cmd = "The command of VASP"
Expand Down

0 comments on commit d7f10a6

Please sign in to comment.