Skip to content

Commit 7223cd5

Browse files
Update Doc/whatsnew/3.15.rst
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent c17b254 commit 7223cd5

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
@@ -394,7 +394,7 @@ Other language changes
394394
syntax warnings by module name.
395395
(Contributed by Serhiy Storchaka in :gh:`135801`.)
396396

397-
* Allowed defining the *__dict__* and *__weakref__* :ref:`__slots__ <_slots>`
397+
* Allowed defining the *__dict__* and *__weakref__* :ref:`__slots__ <slots>`
398398
for any class.
399399
Allowed defining any *__slots__* for a class derived from :class:`type` or
400400
other :c:member:`"variable-length" built-in type <PyTypeObject.tp_itemsize>`

0 commit comments

Comments
 (0)