Skip to content

Commit

Permalink
Update docs/source/guide/clients.rst
Browse files Browse the repository at this point in the history
Co-authored-by: jonathan343 <43360731+jonathan343@users.noreply.github.com>
  • Loading branch information
nateprewitt and jonathan343 committed Jun 5, 2024
1 parent 7553538 commit f98b978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/guide/clients.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ need to use these interfaces, but those that do should no longer
consider their clients thread-safe without careful review.

.. note::
`boto3.client('<client_name>')` is an alias for creating a client with a
``boto3.client('<service_name>')`` is an alias for creating a client with a
shared default session. Invoking `boto3.client()` inside of a concurrent
context may result in response ordering issues or interpreter failures
from underlying SSL modules.
Expand Down

0 comments on commit f98b978

Please sign in to comment.