From 1c9d4f27a3e102208967040fed1285d998ef3b4f Mon Sep 17 00:00:00 2001 From: MeIchthys Date: Mon, 11 Mar 2019 23:53:44 -0400 Subject: [PATCH] Minor spelling fix crom -> from --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5364a5f..612c651 100644 --- a/README.rst +++ b/README.rst @@ -46,7 +46,7 @@ Track Shipments Create Shipment --------------- -The `create_shipment` function needs a to and crom address, weight (in ounces), service type and label type. Service types and lable types can be found in `usps/constants.py`. Defaults are `SERVICE_PRIORITY` and `LABEL_ZPL`. +The `create_shipment` function needs a to and from address, weight (in ounces), service type and label type. Service types and lable types can be found in `usps/constants.py`. Defaults are `SERVICE_PRIORITY` and `LABEL_ZPL`. .. code-block:: python