Skip to content

Commit c3a651a

Browse files
[doc] Fix markup in logging (GH-22008)
1 parent 475a5fb commit c3a651a

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
@@ -1222,7 +1222,7 @@ functions.
12221222
| | opening the output file. If not specified, |
12231223
| | the value 'backslashreplace' is used. Note |
12241224
| | that if ``None`` is specified, it will be |
1225-
| | passed as such to func:`open`, which means |
1225+
| | passed as such to :func:`open`, which means |
12261226
| | that it will be treated the same as passing |
12271227
| | 'errors'. |
12281228
+--------------+---------------------------------------------+

0 commit comments

Comments
 (0)