Skip to content

Commit 7a356f0

Browse files
authored
Fix typo in possible exceptions
1 parent 4074d66 commit 7a356f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

immudb_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
POSSIBLE_EXC_DETAILS = (
3131
'Connection timed out',
32-
'Socker closed',
32+
'Socket closed',
3333
'Connection reset by peer',
3434
)
3535

0 commit comments

Comments
 (0)