Skip to content

Commit 7026c3a

Browse files
committed
Readd space
1 parent 260e171 commit 7026c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/executionmodel.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ used, an :exc:`UnboundLocalError` exception is raised.
125125
If a name binding operation occurs anywhere within a code block, all uses of the
126126
name within the block are treated as references to the current block. This can
127127
lead to errors when a name is used within a block before it is bound. This rule
128-
is subtle. Python lacks declarations and allows name binding operations to
128+
is subtle. Python lacks declarations and allows name binding operations to
129129
occur anywhere within a code block. The local variables of a code block can be
130130
determined by scanning the entire text of the block for name binding operations.
131131
See :ref:`the FAQ entry on UnboundLocalError <faq-unboundlocalerror>` for some

0 commit comments

Comments
 (0)