You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ the all tracking events for a given shipment.
62
62
-[track_package_by_carrier_code_and_tracking_number](./docs/track_package_by_carrier_code_and_tracking_number_example.md) - Track a package by `carrier_code` and `tracking_number`. This method returns
63
63
the all tracking events for a given shipment.
64
64
-[void_label_by_label_id](./docs/void_label_by_label_id_example.md) - Void a shipping label you created using ShipEngine by its `label_id`. This method returns an object that indicates the status of the void label request.
65
-
-[list_labels_by_tracking_number](./docs/list_labels_by_tracking_number.md) - List the labels associated with the inputted tracking number.
65
+
-[list_labels_by_tracking_number](./docs/list_labels_by_tracking_number.md) - List the labels associated with the given tracking number.
66
66
67
67
Class Objects
68
68
-------------
@@ -74,15 +74,15 @@ Contributing
74
74
75
75
Local Development
76
76
-----------------
77
-
> You will need to install `Python3.7` if you do not have it locally, before working on this project.
77
+
> You will need to install `Python3.10` if you do not have it locally, before working on this project.
78
78
79
79
This project uses [Poetry]() to manage project dependencies, build steps, and publishing to [PYPI]().
80
80
81
81
You can use the following `curl` command to download **Poetry** from your terminal is you are
0 commit comments