From: Raymond Hettinger Date: Wed, 6 Aug 2003 06:47:15 +0000 (+0000) Subject: Backport typo fix X-Git-Tag: v2.3.1~185 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3efb725b1c01c4bd838b19fbc20934fc203f235a;p=thirdparty%2FPython%2Fcpython.git Backport typo fix --- diff --git a/Doc/lib/libfuture.tex b/Doc/lib/libfuture.tex index bd663688c046..12b131acd2e4 100644 --- a/Doc/lib/libfuture.tex +++ b/Doc/lib/libfuture.tex @@ -23,7 +23,7 @@ \end{itemize} -Each statment in \file{__future__.py} is of the form: +Each statement in \file{__future__.py} is of the form: \begin{verbatim} FeatureName = "_Feature(" OptionalRelease "," MandatoryRelease ","