Kaydet (Commit) e2645775 authored tarafından Fred Drake's avatar Fred Drake

Typo: "ariables" --> "variables"

This fixes SF bug #411118.
üst 2bbc6974
......@@ -178,7 +178,7 @@ is called the block's \dfn{environment}.
If a name is bound in a block, it is a local variable of that block.
If a name is bound at the module level, it is a global variable. (The
ariables of the module code block are local and global.) If a
variables of the module code block are local and global.) If a
variable is used in a code block but not defined there, it is a
\dfn{free variable}.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment