From: Georg Brandl Date: Sun, 18 Apr 2010 09:46:52 +0000 (+0000) Subject: Remove link to nonexisting target. X-Git-Tag: v2.6.6rc1~450 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9cef92151c67f116cbd983f6649904c914b6befc;p=python Remove link to nonexisting target. --- diff --git a/Doc/library/__builtin__.rst b/Doc/library/__builtin__.rst index 5c89c0c67d..ec189b6c9f 100644 --- a/Doc/library/__builtin__.rst +++ b/Doc/library/__builtin__.rst @@ -8,7 +8,7 @@ This module provides direct access to all 'built-in' identifiers of Python; for example, ``__builtin__.open`` is the full name for the built-in function -:func:`open`. See chapter :ref:`builtin`. +:func:`open`. This module is not normally accessed explicitly by most applications, but can be useful in modules that provide objects with the same name as a built-in value,