mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Remove extra space in doc strings
This commit is contained in:
parent
705fd2d3e8
commit
2dd9272f56
1 changed files with 2 additions and 2 deletions
|
@ -4479,7 +4479,7 @@ class WebInterface(object):
|
||||||
rating_key (str): Rating key of the item
|
rating_key (str): Rating key of the item
|
||||||
|
|
||||||
Optional parameters:
|
Optional parameters:
|
||||||
media_type (str): Media type of the item (only required for a collection)
|
media_type (str): Media type of the item (only required for a collection)
|
||||||
grouping (int): 0 or 1
|
grouping (int): 0 or 1
|
||||||
query_days (str): Comma separated days, e.g. "1,7,30,0"
|
query_days (str): Comma separated days, e.g. "1,7,30,0"
|
||||||
|
|
||||||
|
@ -4537,7 +4537,7 @@ class WebInterface(object):
|
||||||
rating_key (str): Rating key of the item
|
rating_key (str): Rating key of the item
|
||||||
|
|
||||||
Optional parameters:
|
Optional parameters:
|
||||||
media_type (str): Media type of the item (only required for a collection)
|
media_type (str): Media type of the item (only required for a collection)
|
||||||
grouping (int): 0 or 1
|
grouping (int): 0 or 1
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue