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 b167b04 commit 1f84ed0Copy full SHA for 1f84ed0
1 file changed
Doc/ref/ref4.tex
@@ -80,8 +80,7 @@ \section{Naming and binding \label{naming}}
80
uses of the name within the block are treated as references to the
81
current block. This can lead to errors when a name is used within a
82
block before it is bound.
83
-
84
-The previous rule is a subtle. Python lacks declarations and allows
+This rule is subtle. Python lacks declarations and allows
85
name binding operations to occur anywhere within a code block. The
86
local variables of a code block can be determined by scanning the
87
entire text of the block for name binding operations.
0 commit comments