mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 06:04:15 +00:00
server agents method docstring minor update
This commit is contained in:
parent
1b6e16ea21
commit
07e3d66b4f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue