Skip to content

Commit

Permalink
fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Jul 10, 2024
1 parent b93382c commit 05fb39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easypost/services/smartrate_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def estimate_delivery_date(self, **params) -> List[Dict[str, Any]]:

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

Expand Down

0 comments on commit 05fb39e

Please sign in to comment.