From 5ce6259632b360800dadcabeaeb407c9c59c52c9 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 18 Sep 2020 22:35:56 -0400 Subject: [PATCH] correct reference to function --- python/lammps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/lammps.py b/python/lammps.py index 820eb57889..6f9cf5031d 100644 --- a/python/lammps.py +++ b/python/lammps.py @@ -668,7 +668,7 @@ class lammps(object): def version(self): """Return a numerical representation of the LAMMPS version in use. - This is a wrapper around the :cpp:func:`lammps_close` function of the C-library interface. + This is a wrapper around the :cpp:func:`lammps_version` function of the C-library interface. :return: version number :rtype: int