mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix typo reported in SF bug #427783.
This commit is contained in:
parent
c80d4dd695
commit
b9879e1020
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ searched in the built-in namespace (which is actually the global
|
|||
namespace of the module
|
||||
\module{__builtin__}\refbimodindex{__builtin__}). The built-in
|
||||
namespace associated with the execution of a code block is actually
|
||||
found by looking up the name \code{__builtins__} is its global
|
||||
found by looking up the name \code{__builtins__} in its global
|
||||
namespace; this should be a dictionary or a module (in the latter case
|
||||
its dictionary is used). Normally, the \code{__builtins__} namespace
|
||||
is the dictionary of the built-in module \module{__builtin__} (note:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue