From ecc275bcef3f37c38ce25c00ddfdd15988b75890 Mon Sep 17 00:00:00 2001 From: Armin Rigo Date: Thu, 29 Dec 2005 16:04:25 +0000 Subject: Typo. --- Doc/lib/liboperator.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit v0.12