PEP 249: Resolve dangling hyphens (#3346)
This commit is contained in:
parent
97df1d2039
commit
b72f81ff4a
|
@ -938,8 +938,8 @@ Cursor\ `.lastrowid`_
|
||||||
Connection\ `.autocommit`_
|
Connection\ `.autocommit`_
|
||||||
Attribute to query and set the autocommit mode of the connection.
|
Attribute to query and set the autocommit mode of the connection.
|
||||||
|
|
||||||
Return ``True`` if the connection is operating in autocommit (non-
|
Return ``True`` if the connection is operating in autocommit
|
||||||
transactional) mode. Return ``False`` if the connection is
|
(non-transactional) mode. Return ``False`` if the connection is
|
||||||
operating in manual commit (transactional) mode.
|
operating in manual commit (transactional) mode.
|
||||||
|
|
||||||
Setting the attribute to ``True`` or ``False`` adjusts the
|
Setting the attribute to ``True`` or ``False`` adjusts the
|
||||||
|
|
Loading…
Reference in New Issue