Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
b9879e10
Commit
b9879e10
authored
May 29, 2001
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo reported in SF bug #427783.
parent
c80d4dd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Doc/ref/ref4.tex
Doc/ref/ref4.tex
+1
-1
No files found.
Doc/ref/ref4.tex
View file @
b9879e10
...
@@ -80,7 +80,7 @@ searched in the built-in namespace (which is actually the global
...
@@ -80,7 +80,7 @@ searched in the built-in namespace (which is actually the global
namespace of the module
namespace of the module
\module
{__
builtin
__}
\refbimodindex
{__
builtin
__}
). The built-in
\module
{__
builtin
__}
\refbimodindex
{__
builtin
__}
). The built-in
namespace associated with the execution of a code block is actually
namespace associated with the execution of a code block is actually
found by looking up the name
\code
{__
builtins
__}
i
s
its global
found by looking up the name
\code
{__
builtins
__}
i
n
its global
namespace; this should be a dictionary or a module (in the latter case
namespace; this should be a dictionary or a module (in the latter case
its dictionary is used). Normally, the
\code
{__
builtins
__}
namespace
its dictionary is used). Normally, the
\code
{__
builtins
__}
namespace
is the dictionary of the built-in module
\module
{__
builtin
__}
(note:
is the dictionary of the built-in module
\module
{__
builtin
__}
(note:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment