diff options
-rw-r--r-- | Doc/lib/libfuture.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libfuture.tex b/Doc/lib/libfuture.tex index bd66368..12b131a 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 "," |