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