Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scaleway-async/scaleway_async/webhosting/v1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ class OfferCommitment:

is_default: bool
"""
True when its is the default commitment for that offer.
True if the commitment is the default one for that offer.
"""

billing_mode: BillingMode
Expand Down
2 changes: 1 addition & 1 deletion scaleway/scaleway/webhosting/v1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ class OfferCommitment:

is_default: bool
"""
True when its is the default commitment for that offer.
True if the commitment is the default one for that offer.
"""

billing_mode: BillingMode
Expand Down
Loading