mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 11:43:13 +00:00
minor docstring update
This commit is contained in:
parent
4623a54cc8
commit
b7c9e31da2
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ class Video(PlexPartialObject):
|
|||
self._server.query(stream.key, self._server._session.delete)
|
||||
|
||||
def posters(self):
|
||||
""" Returns list of available poster objects. :class:`~plexapi.media.Poster`:"""
|
||||
""" Returns list of available poster objects. :class:`~plexapi.media.Poster`. """
|
||||
|
||||
return self.fetchItems('%s/posters' % self.key, cls=media.Poster)
|
||||
|
||||
|
|
Loading…
Reference in a new issue