diff options
author | Michael W. Hudson <mwh@python.net> | 2002-06-17 12:51:57 +0000 |
---|---|---|
committer | Michael W. Hudson <mwh@python.net> | 2002-06-17 12:51:57 +0000 |
commit | fc2abad06642a0447ff4c439153bed7f64c8dfa1 (patch) | |
tree | 579039682ae250acd4d6935ff5cf65e3f0c02836 /Doc/ref/ref6.tex | |
parent | 759c7a7142937fbd9f4d856cd90618d43cb354dc (diff) | |
download | cpython-fc2abad06642a0447ff4c439153bed7f64c8dfa1.tar.gz |
Typo.
Diffstat (limited to 'Doc/ref/ref6.tex')
-rw-r--r-- | Doc/ref/ref6.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex index 29692406a1..8ebce4824c 100644 --- a/Doc/ref/ref6.tex +++ b/Doc/ref/ref6.tex @@ -346,7 +346,7 @@ name is unbound, a \exception{NameError} exception will be raised. \indexii{unbinding}{name} It is illegal to delete a name from the local namespace if it occurs -as a free variable\indexii{free}{varaible} in a nested block. +as a free variable\indexii{free}{variable} in a nested block. Deletion of attribute references, subscriptions and slicings is passed to the primary object involved; deletion of a slicing |