Skip to content

Commit 8bca2f9

Browse files
chore: fix typo (#1232)
Co-authored-by: Jonathan R. <[email protected]>
1 parent a063163 commit 8bca2f9

File tree

2 files changed

+2
-2
lines changed
  • scaleway-async/scaleway_async/interlink/v1beta1
  • scaleway/scaleway/interlink/v1beta1

2 files changed

+2
-2
lines changed

scaleway-async/scaleway_async/interlink/v1beta1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ async def set_routing_policy(
10941094
) -> Link:
10951095
"""
10961096
Set a routing policy.
1097-
Replace a routing policy from an existing link. This is usefull when route propagation is enabled because it changes the routing policy "in place", without blocking all routes like a attach / detach would do.
1097+
Replace a routing policy from an existing link. This is useful when route propagation is enabled because it changes the routing policy "in place", without blocking all routes like a attach / detach would do.
10981098
:param link_id: ID of the link to set a routing policy from.
10991099
:param routing_policy_id: ID of the routing policy to be set.
11001100
:param region: Region to target. If none is passed will use default region from the config.

scaleway/scaleway/interlink/v1beta1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ def set_routing_policy(
10921092
) -> Link:
10931093
"""
10941094
Set a routing policy.
1095-
Replace a routing policy from an existing link. This is usefull when route propagation is enabled because it changes the routing policy "in place", without blocking all routes like a attach / detach would do.
1095+
Replace a routing policy from an existing link. This is useful when route propagation is enabled because it changes the routing policy "in place", without blocking all routes like a attach / detach would do.
10961096
:param link_id: ID of the link to set a routing policy from.
10971097
:param routing_policy_id: ID of the routing policy to be set.
10981098
:param region: Region to target. If none is passed will use default region from the config.

0 commit comments

Comments
 (0)