Skip to content

Commit b72f81f

Browse files
authored
PEP 249: Resolve dangling hyphens (#3346)
1 parent 97df1d2 commit b72f81f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pep-0249.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -938,8 +938,8 @@ Cursor\ `.lastrowid`_
938938
Connection\ `.autocommit`_
939939
Attribute to query and set the autocommit mode of the connection.
940940

941-
Return ``True`` if the connection is operating in autocommit (non-
942-
transactional) mode. Return ``False`` if the connection is
941+
Return ``True`` if the connection is operating in autocommit
942+
(non-transactional) mode. Return ``False`` if the connection is
943943
operating in manual commit (transactional) mode.
944944

945945
Setting the attribute to ``True`` or ``False`` adjusts the

0 commit comments

Comments
 (0)