Skip to content

Commit

Permalink
Updates link to error handling documentation (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettl-sprint authored and methane committed Nov 7, 2019
1 parent 18b0bcb commit ec8306b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymysql/connections.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python implementation of the MySQL client-server protocol
# http://dev.mysql.com/doc/internals/en/client-server-protocol.html
# Error codes:
# http://dev.mysql.com/doc/refman/5.5/en/error-messages-client.html
# https://dev.mysql.com/doc/refman/5.5/en/error-handling.html
from __future__ import print_function
from ._compat import PY2, range_type, text_type, str_type, JYTHON, IRONPYTHON

Expand Down

0 comments on commit ec8306b

Please sign in to comment.