mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Oops! Forgot the value parameter.
This commit is contained in:
parent
9455df2a5a
commit
c54fc3179f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue