[Python-checkins] r42140 - python/trunk/Doc/lib/libfuture.tex

georg.brandl python-checkins at python.org
Sun Jan 22 17:11:01 CET 2006


Author: georg.brandl
Date: Sun Jan 22 17:11:01 2006
New Revision: 42140

Modified:
   python/trunk/Doc/lib/libfuture.tex
Log:
Typo


Modified: python/trunk/Doc/lib/libfuture.tex
==============================================================================
--- python/trunk/Doc/lib/libfuture.tex	(original)
+++ python/trunk/Doc/lib/libfuture.tex	Sun Jan 22 17:11:01 2006
@@ -64,6 +64,6 @@
 \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__}.


More information about the Python-checkins mailing list