]> granicus.if.org Git - python/commitdiff
Typo
authorGeorg Brandl <georg@python.org>
Sun, 22 Jan 2006 16:11:01 +0000 (16:11 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 22 Jan 2006 16:11:01 +0000 (16:11 +0000)
Doc/lib/libfuture.tex

index a37459181ac34ce96f37c0d190d2ae73b38d51e0..f1ba064a33a74acb21043cb81f014145c61181d7 100644 (file)
@@ -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__}.