Skip to content

Commit e92336f

Browse files
author
Ran Isenberg
committed
docs: fix internal _get documentation
1 parent 22f8719 commit e92336f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

aws_lambda_powertools/utilities/parameters/appconfig.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,8 @@ def _get(self, name: str, **sdk_options) -> str:
9292
----------
9393
name: str
9494
Name of the configuration
95-
environment: str
96-
Environment of the configuration
9795
sdk_options: dict, optional
98-
Dictionary of options that will be passed to the Parameter Store get_parameter API call
96+
Dictionary of options that will be passed to the client's get_configuration API call
9997
"""
10098

10199
sdk_options["Configuration"] = name

0 commit comments

Comments
 (0)