summaryrefslogtreecommitdiff
path: root/Doc/ref/ref6.tex
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2005-01-01 00:28:46 +0000
committerRaymond Hettinger <python@rcn.com>2005-01-01 00:28:46 +0000
commitda2af3733601df880edbc59ed33fb088c96035c8 (patch)
tree8d037431b3c25f596f7bcb4b83aa6757b8b63cb1 /Doc/ref/ref6.tex
parente77be731a0c86c0ccb358c390e47fd7c9a0fbf02 (diff)
downloadcpython-da2af3733601df880edbc59ed33fb088c96035c8.tar.gz
SF Patch #1093896: miscellaneous doc typos
Diffstat (limited to 'Doc/ref/ref6.tex')
-rw-r--r--Doc/ref/ref6.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex
index 8a2a6655ac..8eee5b8167 100644
--- a/Doc/ref/ref6.tex
+++ b/Doc/ref/ref6.tex
@@ -497,7 +497,7 @@ get executed.
\begin{notice}
In Python 2.2, the \keyword{yield} statement is only allowed
when the \code{generators} feature has been enabled. It will always
-be enabled in Python 2.3. This \code{__future__} import statment can
+be enabled in Python 2.3. This \code{__future__} import statement can
be used to enable the feature:
\begin{verbatim}