We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97df1d2 commit b72f81fCopy full SHA for b72f81f
pep-0249.txt
@@ -938,8 +938,8 @@ Cursor\ `.lastrowid`_
938
Connection\ `.autocommit`_
939
Attribute to query and set the autocommit mode of the connection.
940
941
- Return ``True`` if the connection is operating in autocommit (non-
942
- 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
943
operating in manual commit (transactional) mode.
944
945
Setting the attribute to ``True`` or ``False`` adjusts the
0 commit comments