Skip to content

Commit 7b0f44b

Browse files
authored
fix a doc typo in plugins/gaussian.py (#410)
1 parent a3d2133 commit 7b0f44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpdata/plugins/gaussian.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class GaussianDriver(Driver):
5959
gaussian_exec : str, default=g16
6060
path to gaussian program
6161
**kwargs : dict
62-
other arguments to make input files. See :class:`SQMINFormat`
62+
other arguments to make input files. See :meth:`dpdata.gaussian.gjf.make_gaussian_input`
6363
6464
Examples
6565
--------

0 commit comments

Comments
 (0)