diff --git a/src/finch/_base_client.py b/src/finch/_base_client.py index 92189617..481171a4 100644 --- a/src/finch/_base_client.py +++ b/src/finch/_base_client.py @@ -107,7 +107,7 @@ class PageInfo: - """Stores the necesary information to build the request to retrieve the next page. + """Stores the necessary information to build the request to retrieve the next page. Either `url` or `params` must be set. """