Skip to content

Commit 05fb39e

Browse files
committed
fix: comment
1 parent b93382c commit 05fb39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easypost/services/smartrate_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def estimate_delivery_date(self, **params) -> List[Dict[str, Any]]:
2929

3030
def recommend_ship_date(self, **params) -> List[Dict[str, Any]]:
3131
"""Retrieve a recommended ship date for each carrier-service level combination via the
32-
Smart Deliver On API, based on a specific ship date and origin-destination postal code pair.
32+
Smart Deliver On API, based on a specific delivery date and origin-destination postal code pair.
3333
"""
3434
url = "/smartrate/deliver_on"
3535

0 commit comments

Comments
 (0)