8000 Updates link to error handling documentation (#821) · RecentProgress/PyMySQL@ec8306b · GitHub
[go: up one dir, main page]

Skip to content

Commit ec8306b

Browse files
brettl-sprintmethane
authored andcommitted
Updates link to error handling documentation (PyMySQL#821)
1 parent 18b0bcb commit ec8306b

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
@@ -1,7 +1,7 @@
11
# Python implementation of the MySQL client-server protocol
22
# http://dev.mysql.com/doc/internals/en/client-server-protocol.html
33
# Error codes:
4-
# http://dev.mysql.com/doc/refman/5.5/en/error-messages-client.html
4+
# https://dev.mysql.com/doc/refman/5.5/en/error-handling.html
55
from __future__ import print_function
66
from ._compat import PY2, range_type, text_type, str_type, JYTHON, IRONPYTHON
77

0 commit comments

Comments
 (0)
0