Spelling and grammar fixes

This commit is contained in:
Ville Skyttä
2018-05-15 22:04:10 +02:00
parent cddc375bbe
commit 07f4739d97
4 changed files with 4 additions and 4 deletions

View File

@ -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)