From 1f84ed0d8a1f23efde85ec9b68557b87dbe5d3e3 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 11 Dec 2003 19:45:53 +0000 Subject: [PATCH] fix typo and join two paragraphs --- Doc/ref/ref4.tex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Doc/ref/ref4.tex b/Doc/ref/ref4.tex index b993266dcc..dbd6a2f8e9 100644 --- a/Doc/ref/ref4.tex +++ b/Doc/ref/ref4.tex @@ -80,8 +80,7 @@ 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. - -The previous rule is a subtle. Python lacks declarations and allows +This rule 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. -- 2.50.1