Skip to content

Commit 7753c2d

Browse files
sobolevnmiss-islington
authored andcommitted
Fix source link in Doc/howto/descriptor.rst (GH-149215)
(cherry picked from commit 8c611e1) Co-authored-by: sobolevn <mail@sobolevn.me>
1 parent 104a38c commit 7753c2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/howto/descriptor.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1636,7 +1636,7 @@ by member descriptors:
16361636
class Member:
16371637

16381638
def __init__(self, name, clsname, offset):
1639-
'Emulate PyMemberDef in Include/structmember.h'
1639+
'Emulate PyMemberDef in Include/descrobject.h'
16401640
# Also see descr_new() in Objects/descrobject.c
16411641
self.name = name
16421642
self.clsname = clsname

0 commit comments

Comments
 (0)