diff --git a/aws_lambda/aws_lambda.py b/aws_lambda/aws_lambda.py index cc69209..57df893 100755 --- a/aws_lambda/aws_lambda.py +++ b/aws_lambda/aws_lambda.py @@ -367,7 +367,7 @@ def build( def get_callable_handler_function(src, handler): - """Tranlate a string of the form "module.function" into a callable + """Translate a string of the form "module.function" into a callable function. :param str src: