diff options
author | Georg Brandl <georg@python.org> | 2006-10-12 11:59:29 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-10-12 11:59:29 (GMT) |
commit | ef11b1ab9cbbafd23b2be81bf933e58f6809d89e (patch) | |
tree | 0cbe23ef0283d41dc072ef355f6a714448747afa | |
parent | b57ebfb7bcb117cd5106b8482b090e7c43c900eb (diff) | |
download | cpython-ef11b1ab9cbbafd23b2be81bf933e58f6809d89e.zip cpython-ef11b1ab9cbbafd23b2be81bf933e58f6809d89e.tar.gz cpython-ef11b1ab9cbbafd23b2be81bf933e58f6809d89e.tar.bz2 |
Small grammar fix, thanks Sjoerd.
(backport from rev. 52311)
-rw-r--r-- | Doc/lib/libfpectl.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libfpectl.tex b/Doc/lib/libfpectl.tex index 9cbf86e..cca2314 100644 --- a/Doc/lib/libfpectl.tex +++ b/Doc/lib/libfpectl.tex @@ -8,7 +8,7 @@ \modulesynopsis{Provide control for floating point exception handling.} \note{The \module{fpectl} module is not built by default, and its usage - is discouraged and may be dangerous except in the hand of + is discouraged and may be dangerous except in the hands of experts. See also the section \ref{fpectl-limitations} on limitations for more details.} |