Skip to content

Commit 991995e

Browse files
committed
Removed 10 results limit from documentation
1 parent 8d8b5f4 commit 991995e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

amazon/paapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ def get_products(self, product_ids: [str, list], condition=Condition.ANY):
554554
"""Find product information for a specific product on Amazon.
555555
556556
Args:
557-
product_ids (string): One or more item ids like ASIN or product URL (max 10).
557+
product_ids (string): One or more item ids like ASIN or product URL.
558558
Could be a string separated by comma or as a list.
559559
condition (class, optional): Specify the product condition. Defaults to ANY.
560560

0 commit comments

Comments
 (0)