Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7893c5a

Browse filesBrowse files
scopmethane
authored andcommitted
Grammar fixes (PyMySQL#333)
1 parent 79cd823 commit 7893c5a
Copy full SHA for 7893c5a

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎doc/user_guide.rst

Copy file name to clipboardExpand all lines: doc/user_guide.rst
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: tests/test_MySQLdb_nonstandard.py
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.