https://github.com/python/cpython/commit/bed659fa1d1528ad239626d39a2f944cb202be07 commit: bed659fa1d1528ad239626d39a2f944cb202be07 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2026-05-01T22:47:58+03:00 summary:
[3.13] Fix source link in `Doc/howto/descriptor.rst` (GH-149215) (#149251) Co-authored-by: sobolevn <[email protected]> files: M Doc/howto/descriptor.rst diff --git a/Doc/howto/descriptor.rst b/Doc/howto/descriptor.rst index ba6dd4e0505f53..6b2c8a7d14258a 100644 --- a/Doc/howto/descriptor.rst +++ b/Doc/howto/descriptor.rst @@ -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 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
