Skip to content

Commit e2d6954

Browse files
wjandreataegyunkim
authored andcommitted
fix grammar typo in logging.rst (python#136584)
1 parent 21209bc commit e2d6954

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)