Skip to content

Commit 70e610e

Browse files
committed
update docs
1 parent 9b7b7c0 commit 70e610e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/lpdb_python/session.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)