Skip to content

Commit 968766d

Browse files
committed
gh-92810: Fix What's New entry syntax
1 parent 2dc6453 commit 968766d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ Optimizations
378378
abc
379379
---
380380

381-
* Reduce memory usage of `issubclass` checks for classes inheriting abstract classes.
381+
* Reduce memory usage of :func:`issubclass` checks for classes inheriting abstract classes.
382382

383383
:class:`abc.ABCMeta` hook ``__subclasscheck__`` now includes
384384
a guard which is triggered then the hook is called from a parent class

0 commit comments

Comments
 (0)