Skip to content

Commit 19fb262

Browse files
authored
Fix typo in docs (#419)
1 parent 2e07898 commit 19fb262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/thirdparty.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To patch specific modules::
2424
i_want_to_patch = ('botocore') # a tuple that contains the libs you want to patch
2525
patch(i_want_to_patch)
2626

27-
The following modules are availble to patch::
27+
The following modules are available to patch::
2828

2929
SUPPORTED_MODULES = (
3030
'aioboto3',

0 commit comments

Comments
 (0)