Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1f84ed0

Browse files
committed
fix typo and join two paragraphs
1 parent b167b04 commit 1f84ed0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Doc/ref/ref4.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ \section{Naming and binding \label{naming}}
8080
uses of the name within the block are treated as references to the
8181
current block. This can lead to errors when a name is used within a
8282
block before it is bound.
83-
84-
The previous rule is a subtle. Python lacks declarations and allows
83+
This rule is subtle. Python lacks declarations and allows
8584
name binding operations to occur anywhere within a code block. The
8685
local variables of a code block can be determined by scanning the
8786
entire text of the block for name binding operations.

0 commit comments

Comments
 (0)