diff options
author | Armin Rigo <arigo@tunes.org> | 2005-12-29 16:04:25 (GMT) |
---|---|---|
committer | Armin Rigo <arigo@tunes.org> | 2005-12-29 16:04:25 (GMT) |
commit | ecc275bcef3f37c38ce25c00ddfdd15988b75890 (patch) | |
tree | 15b13bcab7ea3049fc6d22a8c011e3ec97a4e365 /Doc/lib | |
parent | fd163f92cee2aa8189879bd43670782f4cfd2cf8 (diff) | |
download | cpython-ecc275bcef3f37c38ce25c00ddfdd15988b75890.zip cpython-ecc275bcef3f37c38ce25c00ddfdd15988b75890.tar.gz cpython-ecc275bcef3f37c38ce25c00ddfdd15988b75890.tar.bz2 |
Typo.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/liboperator.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/liboperator.tex b/Doc/lib/liboperator.tex index 81f1663..2507307 100644 --- a/Doc/lib/liboperator.tex +++ b/Doc/lib/liboperator.tex @@ -162,7 +162,7 @@ Return \var{a} \code{-} \var{b}. \begin{funcdesc}{truediv}{a, b} \funcline{__truediv__}{a, b} Return \var{a} \code{/} \var{b} when \code{__future__.division} is in -effect. This is also known as division. +effect. This is also known as ``true'' division. \versionadded{2.2} \end{funcdesc} |