Fix typo in docstring for update_product_bundle_rate

This commit is contained in:
El-Shafei H.
2025-12-04 12:03:41 +03:00
committed by GitHub
parent 931f0663b1
commit b5ad4acc41

View File

@@ -339,7 +339,7 @@ def update_product_bundle_rate(parent_items_price, pi_row, item_row):
""" """
Update the price dict of Product Bundles based on the rates of the Items in the bundle. Update the price dict of Product Bundles based on the rates of the Items in the bundle.
Stucture: Structure:
{(Bundle Item 1, ae56fgji): 150.0, (Bundle Item 2, bc78fkjo): 200.0} {(Bundle Item 1, ae56fgji): 150.0, (Bundle Item 2, bc78fkjo): 200.0}
""" """
key = (pi_row.parent_item, pi_row.parent_detail_docname) key = (pi_row.parent_item, pi_row.parent_detail_docname)