Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b9879e1

Browse files
committed
Fix typo reported in SF bug #427783.
1 parent c80d4dd commit b9879e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/ref/ref4.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ \section{Code blocks, execution frames, and namespaces \label{execframes}}
8080
namespace of the module
8181
\module{__builtin__}\refbimodindex{__builtin__}). The built-in
8282
namespace associated with the execution of a code block is actually
83-
found by looking up the name \code{__builtins__} is its global
83+
found by looking up the name \code{__builtins__} in its global
8484
namespace; this should be a dictionary or a module (in the latter case
8585
its dictionary is used). Normally, the \code{__builtins__} namespace
8686
is the dictionary of the built-in module \module{__builtin__} (note:

0 commit comments

Comments
 (0)