We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed8b040 + 9fd29ab commit 12a8c88Copy full SHA for 12a8c88
README.md
@@ -69,4 +69,4 @@ The first steps seem unnecessary. It seems more efficient to initalize Customer
69
customer.address(...) has issues with the address coming across as a single string.
70
If you .split(',') you can pass it to Address as
71
```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.```
+From there you can do```store = Address.closes_store(address)``` to get the nearest location.
0 commit comments