From 2c30de65d29647302091de89f4723322fa906045 Mon Sep 17 00:00:00 2001 From: Richard Berger Date: Tue, 15 Sep 2020 12:16:47 -0400 Subject: [PATCH] Fix typos in docstring --- python/lammps.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/lammps.py b/python/lammps.py index 2b7efb1d37..2037df516d 100644 --- a/python/lammps.py +++ b/python/lammps.py @@ -1525,8 +1525,8 @@ class lammps(object): def available_styles(self, category): """Returns a list of styles available for a given category - This is a wrapper around the functions :cpp:func:`lammps_style_count` - and :cpp:func`lammps_style_name` of the library interface. + This is a wrapper around the functions :cpp:func:`lammps_style_count()` + and :cpp:func:`lammps_style_name()` of the library interface. :param category: name of category :type category: string