File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ Improved modules
92
92
calendar
93
93
--------
94
94
95
- * The default *encoding * for `calendar.HTMLCalendar.formatyearpage ` is ``'utf-8' ``
95
+ * The default *encoding * for :meth: `calendar.HTMLCalendar.formatyearpage ` is ``'utf-8' ``
96
96
Previously, it defaulted to :func: `sys.getdefaultencoding `.
97
97
(Contributed by Jiahao Li in :gh: `135001 `.)
98
98
@@ -261,7 +261,7 @@ New features
261
261
Porting to Python 3.15
262
262
----------------------
263
263
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' ``.
265
265
Previously, it defaulted to :func: `sys.getdefaultencoding `.
266
266
(Contributed by Jiahao Li in :gh: `135001 `.)
267
267
You can’t perform that action at this time.
0 commit comments