diff options
| author | Raymond Hettinger <python@rcn.com> | 2003-08-05 11:40:21 +0000 |
|---|---|---|
| committer | Raymond Hettinger <python@rcn.com> | 2003-08-05 11:40:21 +0000 |
| commit | 02771c174c836bd3836e4c17f90cc510d58cf2f7 (patch) | |
| tree | 6eff76fb701bf6aeceec9d2cc7da9a4386a937ab | |
| parent | 85004cc47d807579a475da9f4367a62eb2fd72a2 (diff) | |
| download | cpython-git-02771c174c836bd3836e4c17f90cc510d58cf2f7.tar.gz | |
SF patch #782810: typo in libfuture.tex
(Contributed by George Yoshida)
| -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 bd663688c0..12b131acd2 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 "," |
