From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 1 May 2026 19:47:47 +0000 (+0200) Subject: [3.14] Fix source link in `Doc/howto/descriptor.rst` (GH-149215) (#149250) X-Git-Tag: v3.14.5rc1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48108eef60384e22d6fdce3c31ec5aeaa6f6df75;p=thirdparty%2FPython%2Fcpython.git [3.14] Fix source link in `Doc/howto/descriptor.rst` (GH-149215) (#149250) Co-authored-by: sobolevn --- 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