Skip to content

Commit d37c9cc

Browse files
authored
Update 3.15.rst
1 parent debbe14 commit d37c9cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Improved modules
9292
calendar
9393
--------
9494

95-
* The default *encoding* for `calendar.HTMLCalendar.formatyearpage` is ``'utf-8'``
95+
* The default *encoding* for :meth:`calendar.HTMLCalendar.formatyearpage` is ``'utf-8'``
9696
Previously, it defaulted to :func:`sys.getdefaultencoding`.
9797
(Contributed by Jiahao Li in :gh:`135001`.)
9898

@@ -261,7 +261,7 @@ New features
261261
Porting to Python 3.15
262262
----------------------
263263

264-
* The default *encoding* for `calendar.HTMLCalendar.formatyearpage` is now ``'utf-8'``.
264+
* The default *encoding* for :meth:`calendar.HTMLCalendar.formatyearpage` is now ``'utf-8'``.
265265
Previously, it defaulted to :func:`sys.getdefaultencoding`.
266266
(Contributed by Jiahao Li in :gh:`135001`.)
267267

0 commit comments

Comments
 (0)