Skip to content

Commit e9a5d98

Browse files
author
Michael Brewer
committed
chore: typo
1 parent ae97040 commit e9a5d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda_powertools/utilities/data_classes/api_gateway_authorizer_event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ def _add_route(self, effect: str, http_method: str, resource: str, conditions: O
455455

456456
@staticmethod
457457
def _removeprefix(value: str, prefix: str) -> str:
458-
"""Remove matching prefix from value. To be replaced with builtin `removeprefix`"""
458+
"""Remove matching prefix from value. To be replaced with built-in `removeprefix`"""
459459
length = len(prefix)
460460
if value[:length] == prefix:
461461
return value[length:]

0 commit comments

Comments
 (0)