Skip to content

Commit 7079727

Browse files
committed
Update docstring comment to match parameter
1 parent 785dfd6 commit 7079727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blackduck/Client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def get_items(self, url, page_size=250, **kwargs):
239239
240240
Args:
241241
url (str): of endpoint
242-
page_size (int): Number of items to get per page. Defaults to 100.
242+
page_size (int): Number of items to get per page. Defaults to 250.
243243
kwargs: passed to session.request
244244
245245
Yields:

0 commit comments

Comments
 (0)