Fix typos in docstring

This commit is contained in:
Richard Berger
2020-09-15 12:16:47 -04:00
parent db59abf1b9
commit 2c30de65d2

View File

@ -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