Skip to content

Commit

Permalink
Readd space
Browse files Browse the repository at this point in the history
  • Loading branch information
slateny committed Dec 10, 2022
1 parent 260e171 commit 7026c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/reference/executionmodel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ used, an :exc:`UnboundLocalError` exception is raised.
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 current block. This can
lead to errors when a name is used within a block before it is bound. This rule
is subtle. Python lacks declarations and allows name binding operations to
is subtle. Python lacks declarations and allows name binding operations to
occur anywhere within a code block. The local variables of a code block can be
determined by scanning the entire text of the block for name binding operations.
See :ref:`the FAQ entry on UnboundLocalError <faq-unboundlocalerror>` for some
Expand Down

0 comments on commit 7026c3a

Please sign in to comment.