]> granicus.if.org Git - python/commitdiff
Remove parenthetical remark that is confusing now that the module is not named "__bui...
authorGeorg Brandl <georg@python.org>
Fri, 26 Nov 2010 12:08:19 +0000 (12:08 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 26 Nov 2010 12:08:19 +0000 (12:08 +0000)
Doc/library/builtins.rst

index 9341e982052cfd2932b78aa94569a98c800b938d..c4957289136a2528f7181c041961bb05c774fe43 100644 (file)
@@ -32,9 +32,8 @@ that wants to implement an :func:`open` function that wraps the built-in
 
        # ...
 
-As an implementation detail, most modules have the name ``__builtins__`` (note
-the ``'s'``) made available as part of their globals.  The value of
-``__builtins__`` is normally either this module or the value of this modules's
-:attr:`__dict__` attribute.  Since this is an implementation detail, it may not
-be used by alternate implementations of Python.
-
+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 modules's :attr:`__dict__` attribute.
+Since this is an implementation detail, it may not be used by alternate
+implementations of Python.