Skip to content

fix(vpc): fix capitalization #930

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 31, 2025
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/vpc/v2/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,7 @@ async def get_acl(
region: Optional[ScwRegion] = None,
) -> GetAclResponse:
"""
Get Acl Rules for VPC.
Get ACL Rules for VPC.
Retrieve a list of ACL rules for a VPC, specified by its VPC ID.
:param vpc_id: ID of the Network ACL's VPC.
:param is_ipv6: Defines whether this set of ACL rules is for IPv6 (false = IPv4). Each Network ACL can have rules for only one IP type.
Expand Down
2 changes: 1 addition & 1 deletion scaleway/scaleway/vpc/v2/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,7 @@ def get_acl(
region: Optional[ScwRegion] = None,
) -> GetAclResponse:
"""
Get Acl Rules for VPC.
Get ACL Rules for VPC.
Retrieve a list of ACL rules for a VPC, specified by its VPC ID.
:param vpc_id: ID of the Network ACL's VPC.
:param is_ipv6: Defines whether this set of ACL rules is for IPv6 (false = IPv4). Each Network ACL can have rules for only one IP type.
Expand Down