Skip to content

Commit 6e21c59

Browse files
[3.11] gh-113625: Align object addresses in the Descriptor HowTo Guide (GH-113894) (#113923)
gh-113625: Align object addresses in the Descriptor HowTo Guide (GH-113894) (cherry picked from commit 901a971) Co-authored-by: Raymond Hettinger <[email protected]>
1 parent 435e891 commit 6e21c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/descriptor.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@ instance::
12031203
<function D.f at 0x00C45070>
12041204

12051205
>>> d.f.__self__
1206-
<__main__.D object at 0x1012e1f98>
1206+
<__main__.D object at 0x00B18C90>
12071207

12081208
If you have ever wondered where *self* comes from in regular methods or where
12091209
*cls* comes from in class methods, this is it!

0 commit comments

Comments
 (0)