PEP 249: Resolve dangling hyphens (#3346)

This commit is contained in:
Adam Turner 2023-09-01 19:39:51 +01:00 committed by GitHub
parent 97df1d2039
commit b72f81ff4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -938,8 +938,8 @@ Cursor\ `.lastrowid`_
Connection\ `.autocommit`_
Attribute to query and set the autocommit mode of the connection.
Return ``True`` if the connection is operating in autocommit (non-
transactional) mode. Return ``False`` if the connection is
Return ``True`` if the connection is operating in autocommit
(non-transactional) mode. Return ``False`` if the connection is
operating in manual commit (transactional) mode.
Setting the attribute to ``True`` or ``False`` adjusts the