Skip to content

Commit d110c00

Browse files
author
Koushik M L N
committed
Fixed Track Shipment Example Comments
1 parent 63271d9 commit d110c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/track_shipment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
# This will dump the response data dict to json.
5959
# from fedex.tools.conversion import sobject_to_json
60-
# print(basic_sobject_to_dict(track.response))
60+
# print(sobject_to_json(track.response))
6161

6262
# Look through the matches (there should only be one for a tracking number
6363
# query), and show a few details about each shipment.

0 commit comments

Comments
 (0)