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 f95cfc0

Browse filesBrowse files
typo/grammar fix
Changes "cursor execute" to "cursor executes" on line 388.
1 parent 9178048 commit f95cfc0
Copy full SHA for f95cfc0

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
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
@@ -385,7 +385,7 @@ threadsafety
385385
SSCursor (which uses ``mysql_use_result()``; with the latter you
386386
must ensure all the rows have been read before another query can
387387
be executed. It is further complicated by the addition of
388-
transactions, since transactions start when a cursor execute a
388+
transactions, since transactions start when a cursor executes a
389389
query, but end when ``COMMIT`` or ``ROLLBACK`` is executed by
390390
the Connection object. Two threads simply cannot share a
391391
connection while a transaction is in progress, in addition to

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.