SF Patch #1093896:  miscellaneous doc typos
diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex
index 8a2a665..8eee5b8 100644
--- a/Doc/ref/ref6.tex
+++ b/Doc/ref/ref6.tex
@@ -497,7 +497,7 @@
 \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}