[3.12] gh-113625: Align object addresses in the Descriptor HowTo Guide (GH-113894) (#113922)

gh-113625: Align object addresses in the Descriptor HowTo Guide (GH-113894)
(cherry picked from commit 901a971e16)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2024-01-10 18:32:54 +01:00 committed by GitHub
parent 59a7b9495b
commit 3fc45e6c4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1240,7 +1240,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!