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
1f84ed0d
Commit
1f84ed0d
authored
Dec 11, 2003
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo and join two paragraphs
parent
b167b04a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
Doc/ref/ref4.tex
Doc/ref/ref4.tex
+1
-2
No files found.
Doc/ref/ref4.tex
View file @
1f84ed0d
...
@@ -80,8 +80,7 @@ If a name binding operation occurs anywhere within a code block, all
...
@@ -80,8 +80,7 @@ If a name binding operation occurs anywhere within a code block, all
uses of the name within the block are treated as references to the
uses of the name within the block are treated as references to the
current block. This can lead to errors when a name is used within a
current block. This can lead to errors when a name is used within a
block before it is bound.
block before it is bound.
This rule is subtle. Python lacks declarations and allows
The previous rule is a subtle. Python lacks declarations and allows
name binding operations to occur anywhere within a code block. The
name binding operations to occur anywhere within a code block. The
local variables of a code block can be determined by scanning the
local variables of a code block can be determined by scanning the
entire text of the block for name binding operations.
entire text of the block for name binding operations.
...
...
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