From: Michael W. Hudson Date: Mon, 17 Jun 2002 12:51:57 +0000 (+0000) Subject: Typo. X-Git-Tag: v2.3c1~5293 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=495afea36eea79ff917a4fcd340c9719fc1179ce;p=thirdparty%2FPython%2Fcpython.git Typo. --- diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex index 29692406a1a9..8ebce4824cdd 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