Skip to content

Commit d0e5247

Browse files
committed
fix typo
1 parent bab568f commit d0e5247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/002-extra-field-to-column.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
proc_price_notax = extra_fields.get("Price", 0.00).get("value")
3636
proc_price_tax = float(proc_price_notax) * 1.2
3737
# no patch the item with these values
38-
print(f"INFO: Patching item wtih id {item.get('id')}")
38+
print(f"INFO: Patching item with id {item.get('id')}")
3939
items_client.patch_item(item.get('id'), body={"proc_pack_qty": proc_pack_qty, "proc_price_notax": proc_price_notax, "proc_price_tax": proc_price_tax, "proc_currency": CURRENCY_EUROS})

0 commit comments

Comments
 (0)