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

index ba6dd4e0505f537f976de2fc1170700ed86b52a4..6b2c8a7d14258ab6a8b33d9a35c063e0e11c44a1 100644 (file)
@@ -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