dominos icon indicating copy to clipboard operation
dominos copied to clipboard

Example in Docs is Wrong "vairation"

Open ghost opened this issue 6 years ago • 0 comments

**This code calls two api functions - api.add_item_to_basket and menu.get_item_by_name. Instead it is recommended to store intermediate values into separate variables:

potato_wedges = menu.get_item_by_name('Original Cheese & Tomato') api.add_item_to_basket(item=potato_wedges, vairant=VARIANT.PERSONAL)**

vairant should be variant

EXAMPLE IN README.RST IS WRONG "VAIRATION"*******

ghost avatar Feb 19 '19 20:02 ghost