gh-113625: Align object addresses in the Descriptor HowTo Guide (#113894)

This commit is contained in:
Raymond Hettinger 2024-01-10 10:23:40 -06:00 committed by GitHub
parent 7049721835
commit 901a971e16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1250,7 +1250,7 @@ instance::
<function D.f at 0x00C45070>
>>> d.f.__self__
<__main__.D object at 0x1012e1f98>
<__main__.D object at 0x00B18C90>
If you have ever wondered where *self* comes from in regular methods or where
*cls* comes from in class methods, this is it!