Skip to content

Commit 3588bab

Browse files
committed
Rename connection class level socket attribute to _sock.
This matches the renaming done in 93297cc.
1 parent 776b9e6 commit 3588bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymysql/connections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ class Connection(object):
522522
connect().
523523
"""
524524

525-
socket = None
525+
_sock = None
526526
_auth_plugin_name = ''
527527

528528
def __init__(self, host=None, user=None, password="",

0 commit comments

Comments
 (0)