mirror of
https://github.com/python/cpython.git
synced 2026-05-06 04:37:33 -04:00
[3.13] Fix source link in Doc/howto/descriptor.rst (GH-149215) (#149251)
Co-authored-by: sobolevn <mail@sobolevn.me>
This commit is contained in:
committed by
GitHub
parent
104a38c495
commit
bed659fa1d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user