From: Georg Brandl Date: Sun, 22 Jan 2006 16:11:04 +0000 (+0000) Subject: Typo X-Git-Tag: v2.4.3c1~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85ced98185f713c88b41d6d67e912a6767e22375;p=thirdparty%2FPython%2Fcpython.git Typo --- diff --git a/Doc/lib/libfuture.tex b/Doc/lib/libfuture.tex index a37459181ac3..f1ba064a33a7 100644 --- a/Doc/lib/libfuture.tex +++ b/Doc/lib/libfuture.tex @@ -64,6 +64,6 @@ Instances of class \class{_Feature} have two corresponding methods, \var{CompilerFlag} is the (bitfield) flag that should be passed in the fourth argument to the builtin function \function{compile()} to enable the feature in dynamically compiled code. This flag is stored in the -\member{compiler_flag} attribute on \class{_Future} instances. +\member{compiler_flag} attribute on \class{_Feature} instances. No feature description will ever be deleted from \module{__future__}.