Skip to content

Commit 7893c5a

Browse files
scopmethane
authored andcommitted
Grammar fixes (PyMySQL#333)
1 parent 79cd823 commit 7893c5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/user_guide.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ MySQLdb User's Guide
88
Introduction
99
------------
1010

11-
MySQLdb is a interface to the popular MySQL
11+
MySQLdb is an interface to the popular MySQL
1212
database server that provides the Python database API.
1313

1414
Installation

tests/test_MySQLdb_nonstandard.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def test_proto_info(self):
8383

8484
def test_server_info(self):
8585
self.assertTrue(isinstance(self.conn.get_server_info(), str),
86-
"Should return an str.")
86+
"Should return a string.")
8787

8888
def test_client_flag(self):
8989
conn = connection_factory(

0 commit comments

Comments
 (0)