We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b6e16e commit 07e3d66Copy full SHA for 07e3d66
plexapi/server.py
@@ -185,7 +185,7 @@ def account(self):
185
return Account(self, data)
186
187
def agents(self):
188
- """ Returns the :class:`~plexapi.media.Agent` objects this server has available. """
+ """ Returns the `:class:`~plexapi.media.Agent` objects this server has available. """
189
key = '/system/agents'
190
return self.fetchItems(key)
191
0 commit comments