Commit ecc275bc authored by Armin Rigo's avatar Armin Rigo

Typo.

parent fd163f92
......@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment