Skip to content

Commit baef36b

Browse files
authored
grammar in logging.rst
Fix typo: "due to retain" → "in order to retain" "in order" is grammatically redundant, but it's to avoid having homophones "2" and "to" right next to each other.
1 parent 5e1e21d commit baef36b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/logging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1317,7 +1317,7 @@ functions.
13171317
In Python versions earlier than 3.4, this function could also be passed a
13181318
text level, and would return the corresponding numeric value of the level.
13191319
This undocumented behaviour was considered a mistake, and was removed in
1320-
Python 3.4, but reinstated in 3.4.2 due to retain backward compatibility.
1320+
Python 3.4, but reinstated in 3.4.2 in order to retain backward compatibility.
13211321

13221322
.. function:: getHandlerByName(name)
13231323

0 commit comments

Comments
 (0)