File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
aws_lambda_powertools/tracing Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -571,7 +571,7 @@ def _add_response_as_metadata(
571571 Parameters
572572 ----------
573573 method_name : str, optional
574- function name to add as metadata key, by default None
574+ method name to add as metadata key, by default None
575575 data : Any, optional
576576 data to add as subsegment metadata, by default None
577577 subsegment : aws_xray_sdk.core.models.subsegment, optional
@@ -592,7 +592,7 @@ def _add_full_exception_as_metadata(
592592 Parameters
593593 ----------
594594 method_name : str, optional
595- function name to add as metadata key, by default None
595+ method name to add as metadata key, by default None
596596 error : Exception, optional
597597 error to add as subsegment metadata, by default None
598598 subsegment : aws_xray_sdk.core.models.subsegment, optional
You can’t perform that action at this time.
0 commit comments