mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Typo.
This commit is contained in:
parent
fd163f92ce
commit
ecc275bcef
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue