diff options
author | Thomas Wouters <thomas@python.org> | 2000-07-16 19:05:38 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2000-07-16 19:05:38 (GMT) |
commit | f9b526dbfd9d10f105c96bde76c39232472beb64 (patch) | |
tree | 848a306383b6f2cc8a826214d9fee36e28ef32c0 /Doc/ref/ref6.tex | |
parent | f8316638afb2eff261c3854ee6e02b9bc47d0955 (diff) | |
download | cpython-f9b526dbfd9d10f105c96bde76c39232472beb64.zip cpython-f9b526dbfd9d10f105c96bde76c39232472beb64.tar.gz cpython-f9b526dbfd9d10f105c96bde76c39232472beb64.tar.bz2 |
More of Rob W. W. Hooft's spelling fixes. The only ones left now are the
distutils patches, which I'll leave to the distutils maintainers.
Tip: review the patch like this:
grep "^[\!+-] " <patchfile>
To get a quick and easy way to review the actual changes. Most of the
changes are single-line ones, anyway.
Diffstat (limited to 'Doc/ref/ref6.tex')
-rw-r--r-- | Doc/ref/ref6.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex index e2552be..dc50c27 100644 --- a/Doc/ref/ref6.tex +++ b/Doc/ref/ref6.tex @@ -431,7 +431,7 @@ continue_stmt: "continue" \keyword{while} loop, but not nested in a function or class definition or \keyword{try} statement within that loop.\footnote{It may occur within an \keyword{except} or \keyword{else} clause. The -restriction on occurring in the \keyword{try} clause is implementer's +restriction on occurring in the \keyword{try} clause is implementor's laziness and will eventually be lifted.} It continues with the next cycle of the nearest enclosing loop. \stindex{for} |