Skip to content

Commit

Permalink
fix a doc typo in plugins/gaussian.py (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Jan 25, 2023
1 parent a3d2133 commit 7b0f44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpdata/plugins/gaussian.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class GaussianDriver(Driver):
gaussian_exec : str, default=g16
path to gaussian program
**kwargs : dict
other arguments to make input files. See :class:`SQMINFormat`
other arguments to make input files. See :meth:`dpdata.gaussian.gjf.make_gaussian_input`
Examples
--------
Expand Down

0 comments on commit 7b0f44b

Please sign in to comment.