-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dir
Description
Documentation
In the Functions and methods chapter of this wonderful guide there is an inconsistency between object addresses in the provided code examples and outputs.
Current outputs for d.f
and d.f.__self__
are <bound method D.f of <__main__.D object at 0x00B18C90>>
and <__main__.D object at 0x1012e1f98>
respectively. These two addresses should in fact be identical.
Linked PRs
Metadata
Metadata
Assignees
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dir