Skip to content

Commit bed659f

Browse files
[3.13] Fix source link in Doc/howto/descriptor.rst (GH-149215) (#149251)
Co-authored-by: sobolevn <mail@sobolevn.me>
1 parent 104a38c commit bed659f

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)