fix docstrings

This commit is contained in:
Clinton Hall 2024-03-01 15:20:06 +13:00 committed by GitHub
commit d77b1eb704
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,6 @@ A refiner is a simple function:
:param video: the video to refine. :param video: the video to refine.
:type video: :class:`~subliminal.video.Video` :type video: :class:`~subliminal.video.Video`
:param \*\*kwargs: additional parameters for refiners. :param **kwargs: additional parameters for refiners.
""" """