From 2dd9272f569db25a462d9e7c2391d0aa4f175af9 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Mon, 13 Mar 2023 12:04:47 -0700 Subject: [PATCH] Remove extra space in doc strings --- plexpy/webserve.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plexpy/webserve.py b/plexpy/webserve.py index dd0d4528..0fa2dcfd 100644 --- a/plexpy/webserve.py +++ b/plexpy/webserve.py @@ -4479,7 +4479,7 @@ class WebInterface(object): rating_key (str): Rating key of the item 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 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 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 Returns: