Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c80d4dd commit b9879e1Copy full SHA for b9879e1
1 file changed
Doc/ref/ref4.tex
@@ -80,7 +80,7 @@ \section{Code blocks, execution frames, and namespaces \label{execframes}}
80
namespace of the module
81
\module{__builtin__}\refbimodindex{__builtin__}). The built-in
82
namespace associated with the execution of a code block is actually
83
-found by looking up the name \code{__builtins__} is its global
+found by looking up the name \code{__builtins__} in its global
84
namespace; this should be a dictionary or a module (in the latter case
85
its dictionary is used). Normally, the \code{__builtins__} namespace
86
is the dictionary of the built-in module \module{__builtin__} (note:
0 commit comments