8000 Simplify wording · python/cpython@643ead6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 643ead6

Browse files
slatenyCAM-Gerlach
andauthored
Simplify wording
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
1 parent 7026c3a commit 643ead6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/reference/executionmodel.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ lead to errors when a name is used within a block before it is bound. This rule
128128
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.
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.
133133

134134
If the :keyword:`global` statement occurs within a block, all uses of the names
135135
specified in the statement refer to the bindings of those names in the top-level

0 commit comments

Comments
 (0)
0