Skip to content

Commit 91c05e6

Browse files
committed
chore: update internal docstrings for consistency
1 parent a68c967 commit 91c05e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aws_lambda_powertools/tracing/tracer.py

+2-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)