Skip to content

Commit 192ddf2

Browse files
author
sm0ke
committed
Merge branch 'master' of https://github.com/wrighterase/pizzapi
2 parents f1cf1c4 + 4112e7a commit 192ddf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Then, find a store that will deliver to the address.
1919

2020
Create an `Order` object.
2121
```python
22-
>>> order = Order(store, customer)
22+
>>> order = Order(store, customer, address)
2323
```
2424

2525
In order to add items to your order, you'll need the items' product codes.

0 commit comments

Comments
 (0)