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

Skip to content

Commit 292724d

Browse files
committed
Fix various typos reported to python-docs.
1 parent 33fd5f7 commit 292724d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/ref/ref4.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ \section{Naming and binding \label{naming}}
3232
completed.
3333

3434
A \dfn{scope}\index{scope} defines the visibility of a name within a
35-
block. If a local variable is defined in a block, it's scope includes
35+
block. If a local variable is defined in a block, its scope includes
3636
that block. If the definition occurs in a function block, the scope
3737
extends to any blocks contained within the defining one, unless a
3838
contained block introduces a different binding for the name. The

0 commit comments

Comments
 (0)