Skip to content

Commit 922ed4b

Browse files
authored
Fix simple typo: Tranlate -> Translate (#424)
Closes #423
1 parent 84662f3 commit 922ed4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda/aws_lambda.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ def build(
412412

413413

414414
def get_callable_handler_function(src, handler):
415-
"""Tranlate a string of the form "module.function" into a callable
415+
"""Translate a string of the form "module.function" into a callable
416416
function.
417417
418418
:param str src:

0 commit comments

Comments
 (0)