This commit is contained in:
Georg Brandl 2006-01-22 16:11:01 +00:00
parent 95ac2871c9
commit 0ce2be8a51
1 changed files with 1 additions and 1 deletions

View 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__}.