mirror of
https://github.com/python/cpython.git
synced 2026-05-15 08:59:27 -04:00
Oops! Forgot the value parameter.
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user