Skip to content

Commit 2e185a2

Browse files
committed
Fix documentation
1 parent e2ba87b commit 2e185a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/hdx/data/dataset.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,7 @@ def search_in_hdx(
11881188
Args:
11891189
query (Optional[str]): Query (in Solr format). Defaults to '*:*'.
11901190
configuration (Optional[Configuration]): HDX configuration. Defaults to global configuration.
1191-
page_size (int): Size of page to return. Defaults to 1000.
1191+
page_size (int): Size of page to use internally to query HDX. Defaults to 1000.
11921192
**kwargs: See below
11931193
fq (string): Any filter queries to apply
11941194
rows (int): Number of matching rows to return. Defaults to all datasets (sys.maxsize).
@@ -1325,7 +1325,7 @@ def get_all_datasets(
13251325
13261326
Args:
13271327
configuration (Optional[Configuration]): HDX configuration. Defaults to global configuration.
1328-
page_size (int): Size of page to return. Defaults to 1000.
1328+
page_size (int): Size of page to use internally to query HDX. Defaults to 1000.
13291329
**kwargs: See below
13301330
fq (string): Any filter queries to apply
13311331
rows (int): Number of matching rows to return. Defaults to all datasets (sys.maxsize).

0 commit comments

Comments
 (0)