server agents method docstring minor update

This commit is contained in:
blacktwin 2020-03-16 13:51:36 -04:00
parent 1b6e16ea21
commit 07e3d66b4f

View file

@ -185,7 +185,7 @@ class PlexServer(PlexObject):
return Account(self, data)
def agents(self):
""" Returns the :class:`~plexapi.media.Agent` objects this server has available. """
""" Returns the `:class:`~plexapi.media.Agent` objects this server has available. """
key = '/system/agents'
return self.fetchItems(key)