summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-01-22 16:11:04 (GMT)
committerGeorg Brandl <georg@python.org>2006-01-22 16:11:04 (GMT)
commit85ced98185f713c88b41d6d67e912a6767e22375 (patch)
tree7e2f4ab410aa70424918bd1d0ef13954db8b347d
parent5105cb8d8e36cad1fb5955a2eff9ffa4988c22d4 (diff)
downloadcpython-85ced98185f713c88b41d6d67e912a6767e22375.zip
cpython-85ced98185f713c88b41d6d67e912a6767e22375.tar.gz
cpython-85ced98185f713c88b41d6d67e912a6767e22375.tar.bz2
Typo
-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__}.