10000 Merge remote-tracking branch 'origin/master' into devel · vicdeveloper/PyMySQL@b2d7136 · GitHub
[go: up one dir, main page]

Skip to content

Commit b2d7136

Browse files
committed
Merge remote-tracking branch 'origin/master' into devel
2 parents c3fee50 + 37eba60 commit b2d7136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymysql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def thread_safe():
120120
def install_as_MySQLdb():
121121
"""
122122
After this function is called, any application that imports MySQLdb or
123-
_mysql will unwittingly actually use
123+
_mysql will unwittingly actually use pymysql.
124124
"""
125125
sys.modules["MySQLdb"] = sys.modules["_mysql"] = sys.modules["pymysql"]
126126

0 commit comments

Comments
 (0)
0