mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 11:10:58 +08:00
Spelling and grammar fixes
This commit is contained in:
@ -208,7 +208,7 @@ class Connection(_mysql.connection):
|
||||
|
||||
self._server_version = tuple([ numeric_part(n) for n in self.get_server_info().split('.')[:2] ])
|
||||
|
||||
self.encoding = 'ascii' # overriden in set_character_set()
|
||||
self.encoding = 'ascii' # overridden in set_character_set()
|
||||
db = proxy(self)
|
||||
|
||||
# Note: string_literal() is called for bytes object on Python 3 (via bytes_literal)
|
||||
|
Reference in New Issue
Block a user