File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ def _validate_datatype_name(lpdb_datatype: str) -> TypeGuard[LpdbDataType]:
145145 @abstractmethod
146146 def get_wikis () -> set [str ]:
147147 """
148- Fetches the list of all available wikis.
148+ Fetches the set of all available wikis.
149149
150150 :return: set of all available wiki names
151151 """
@@ -172,8 +172,9 @@ def make_request(
172172 :param limit: the amount of results wanted
173173 :param offset: the offset, the first `offset` results from the query will be dropped
174174 :param conditions: the conditions for the query
175- :param order: the order of results to be sorted in; each ordering rule is specified as a `(datapoint, direction)` tuple
176- :param groupby: the way that the query results are grouped; each grouping rule is specified as a `(datapoint, direction)` tuple
175+ :paran query: the data field(s) to fetch from query
176+ :param order: the order of results to be sorted in; each ordering rule can specified as a `(datapoint, direction)` tuple
177+ :param groupby: the way that the query results are grouped; each grouping rule can specified as a `(datapoint, direction)` tuple
177178
178179 :return: result of the query
179180
You can’t perform that action at this time.
0 commit comments