From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 1 May 2026 19:47:58 +0000 (+0200) Subject: [3.13] Fix source link in `Doc/howto/descriptor.rst` (GH-149215) (#149251) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bed659fa1d1528ad239626d39a2f944cb202be07;p=thirdparty%2FPython%2Fcpython.git [3.13] Fix source link in `Doc/howto/descriptor.rst` (GH-149215) (#149251) Co-authored-by: sobolevn --- diff --git a/Doc/howto/descriptor.rst b/Doc/howto/descriptor.rst index ba6dd4e0505f..6b2c8a7d1425 100644 --- a/Doc/howto/descriptor.rst +++ b/Doc/howto/descriptor.rst @@ -1636,7 +1636,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