@@ -162,7 +162,7 @@ def make_request(
162162 :param order: the order of results to be sorted in; each ordering rule is specified as a `(datapoint, direction)` tuple
163163 :param groupby: the way that the query results are grouped; each grouping rule is specified as a `(datapoint, direction)` tuple
164164
165- :returns : result of the query
165+ :return : result of the query
166166
167167 :raises ValueError: if an invalid `lpdb_datatype` is supplied
168168 :raises LpdbError: if something went wrong with the request
@@ -182,7 +182,7 @@ def make_count_request(
182182 :param wiki: the wiki to query
183183 :param conditions: the conditions for the query
184184
185- :returns : number of objects that satisfy the condition(s)
185+ :return : number of objects that satisfy the condition(s)
186186
187187 :raises ValueError: if an invalid `lpdb_datatype` is supplied
188188 :raises LpdbError: if something went wrong with the request
@@ -206,7 +206,7 @@ def get_team_template(
206206 :param template: the name of team template
207207 :param date: the contextual date for the requested team template
208208
209- :returns : the requested team template, may return `None` if the requested team template does not exist
209+ :return : the requested team template, may return `None` if the requested team template does not exist
210210
211211 :raises LpdbError: if something went wrong with the request
212212 """
@@ -224,7 +224,7 @@ def get_team_template_list(
224224 :param wiki: the wiki to query
225225 :param pagination: used for pagination
226226
227- :returns : team templates
227+ :return : team templates
228228
229229 :raises LpdbError: if something went wrong with the request
230230 """
0 commit comments