mirror of
https://github.com/python/cpython.git
synced 2025-11-08 21:52:45 +00:00
Try to make a sentance more readable.
This commit is contained in:
parent
e68fbc44aa
commit
06daee9dd7
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ core defines this operation. The result is affected by the
|
||||||
|
|
||||||
\begin{funcdesc}{truth}{o}
|
\begin{funcdesc}{truth}{o}
|
||||||
Return \constant{True} if \var{o} is true, and \constant{False}
|
Return \constant{True} if \var{o} is true, and \constant{False}
|
||||||
otherwise. This is equivalent to the constructor of the \class{bool}
|
otherwise. This is equivalent to using the \class{bool}
|
||||||
constructor.
|
constructor.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue