Skip to content

Commit 12a8c88

Browse files
author
sm0ke
committed
Merge branch 'master' of https://github.com/wrighterase/pizzapi
2 parents ed8b040 + 9fd29ab commit 12a8c88

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
@@ -69,4 +69,4 @@ The first steps seem unnecessary. It seems more efficient to initalize Customer
6969
customer.address(...) has issues with the address coming across as a single string.
7070
If you .split(',') you can pass it to Address as
7171
```address = Address(*customer.address.split(','))``` to parse it properly.
72-
From there you can do```store = Address.closes_store(address) to get the nearest location.```
72+
From there you can do```store = Address.closes_store(address)``` to get the nearest location.

0 commit comments

Comments
 (0)