]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] Fix source link in `Doc/howto/descriptor.rst` (GH-149215) (#149250)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 1 May 2026 19:47:47 +0000 (21:47 +0200)
committerGitHub <noreply@github.com>
Fri, 1 May 2026 19:47:47 +0000 (22:47 +0300)
Co-authored-by: sobolevn <mail@sobolevn.me>
Doc/howto/descriptor.rst

index 9d5a9ac8b718cb00e55567e7d544ab82f130a7c2..07a405837d92297d3b202d62a71a88e1b0600aad 100644 (file)
@@ -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