From: sobolevn Date: Fri, 1 May 2026 19:37:14 +0000 (+0300) Subject: Fix source link in `Doc/howto/descriptor.rst` (#149215) X-Git-Tag: v3.15.0b1~134 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8c611e12bc735f863d58cf416f293ddd9811021d;p=thirdparty%2FPython%2Fcpython.git Fix source link in `Doc/howto/descriptor.rst` (#149215) --- diff --git a/Doc/howto/descriptor.rst b/Doc/howto/descriptor.rst index 9d5a9ac8b718..07a405837d92 100644 --- a/Doc/howto/descriptor.rst +++ b/Doc/howto/descriptor.rst @@ -1640,7 +1640,7 @@ by member descriptors: class Member: def __init__(self, name, clsname, offset): - 'Emulate PyMemberDef in Include/structmember.h' + 'Emulate PyMemberDef in Include/descrobject.h' # Also see descr_new() in Objects/descrobject.c self.name = name self.clsname = clsname