mirror of https://github.com/python/cpython.git
Oops! Forgot the value parameter.
This commit is contained in:
parent
9455df2a5a
commit
c54fc3179f
|
@ -216,7 +216,7 @@ attribute value from \var{object}.
|
|||
\item \method{__set__(\var{object}, \var{value})} sets the attribute
|
||||
on \var{object} to \var{value}.
|
||||
|
||||
\item \method{__delete__(\var{object})} deletes the \var{value}
|
||||
\item \method{__delete__(\var{object}, \var{value})} deletes the \var{value}
|
||||
attribute of \var{object}.
|
||||
\end{itemize}
|
||||
|
||||
|
|
Loading…
Reference in New Issue