From bae5d81f5d1f388aad48c2ce1aee8682b157e1bd Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Sat, 18 Jun 2016 03:57:31 +0000 Subject: Issue #24314: Fix doc links for general attributes like __name__, __dict__ --- Doc/library/builtins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/library/builtins.rst') diff --git a/Doc/library/builtins.rst b/Doc/library/builtins.rst index 4b589a588d..8fb1fef6da 100644 --- a/Doc/library/builtins.rst +++ b/Doc/library/builtins.rst @@ -37,6 +37,6 @@ that wants to implement an :func:`open` function that wraps the built-in As an implementation detail, most modules have the name ``__builtins__`` made available as part of their globals. The value of ``__builtins__`` is normally -either this module or the value of this module's :attr:`__dict__` attribute. +either this module or the value of this module's :attr:`~object.__dict__` attribute. Since this is an implementation detail, it may not be used by alternate implementations of Python. -- cgit v1.2.1