Skip to content

Commit

Permalink
clean up doc string and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlm committed Oct 24, 2023
1 parent 7c4919e commit ff56318
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/enhancement-Configuration-49047.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "enhancement",
"category": "Configuration",
"description": "Adds client context params support to ``Config``."
}
8 changes: 4 additions & 4 deletions botocore/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,10 @@ class Config:
:type client_context_params: dict
:param client_context_params: A dictionary of parameters specific to
individual services. If available, valid parameters can be found in the
``Client Context Parameters`` section of the service's client homepage.
Invalid parameters or ones that are not used by the specified service
will be ignored.
individual services. If available, valid parameters can be found in
the ``Client Context Parameters`` section of the service's client's
documentation. Invalid parameters or ones that are not used by the
specified service will be ignored.
Defaults to None.
"""
Expand Down

0 comments on commit ff56318

Please sign in to comment.