Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a4208 commit 6e13bccCopy full SHA for 6e13bcc
1 file changed
Doc/lib/libstdtypes.tex
@@ -1125,7 +1125,7 @@ \subsection{Mapping Types \label{typesmapping}}
1125
\lineiii{\var{a}.clear()}{remove all items from \code{a}}{}
1126
\lineiii{\var{a}.copy()}{a (shallow) copy of \code{a}}{}
1127
\lineiii{\var{a}.has_key(\var{k})}
1128
- {\code{1} if \var{a} has a key \var{k}, else \code{0}}
+ {\code{True} if \var{a} has a key \var{k}, else \code{False}}
1129
{}
1130
\lineiii{\var{k} \code{in} \var{a}}
1131
{Equivalent to \var{a}.has_key(\var{k})}
0 commit comments