Skip to content

Commit

Permalink
Fix typo in docs (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-k committed Feb 19, 2024
1 parent 2e07898 commit 19fb262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/thirdparty.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To patch specific modules::
i_want_to_patch = ('botocore') # a tuple that contains the libs you want to patch
patch(i_want_to_patch)

The following modules are availble to patch::
The following modules are available to patch::

SUPPORTED_MODULES = (
'aioboto3',
Expand Down

0 comments on commit 19fb262

Please sign in to comment.