mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
fix docstrings
This commit is contained in:
parent
a92fd120ba
commit
d77b1eb704
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue