From 85ced98185f713c88b41d6d67e912a6767e22375 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 22 Jan 2006 16:11:04 +0000 Subject: Typo --- Doc/lib/libfuture.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libfuture.tex b/Doc/lib/libfuture.tex index a374591..f1ba064 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__}. -- cgit v0.12