File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,8 +128,8 @@ lead to errors when a name is used within a block before it is bound. This rule
128
128
is subtle. Python lacks declarations and allows name binding operations to
129
129
occur anywhere within a code block. The local variables of a code block can be
130
130
determined by scanning the entire text of the block for name binding operations.
131
- See :ref: `the FAQ entry on UnboundLocalError <faq-unboundlocalerror >` for some
132
- examples.
131
+ See :ref: `the FAQ entry on UnboundLocalError <faq-unboundlocalerror >`
132
+ for examples.
133
133
134
134
If the :keyword: `global ` statement occurs within a block, all uses of the names
135
135
specified in the statement refer to the bindings of those names in the top-level
You can’t perform that action at this time.
0 commit comments