summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-01-22 16:11:01 (GMT)
committerGeorg Brandl <georg@python.org>2006-01-22 16:11:01 (GMT)
commit0ce2be8a51c9e2cf68c92243354e887f066de824 (patch)
tree91a0eaa71195ad241d4e34b5fa98187f13dce83a /Doc/lib
parent95ac2871c9ffa8ab132f9eb9557f95f5a00af83a (diff)
downloadcpython-0ce2be8a51c9e2cf68c92243354e887f066de824.zip
cpython-0ce2be8a51c9e2cf68c92243354e887f066de824.tar.gz
cpython-0ce2be8a51c9e2cf68c92243354e887f066de824.tar.bz2
Typo
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libfuture.tex2
1 files changed, 1 insertions, 1 deletions
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__}.