Kaydet (Commit) c54fc317 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Oops! Forgot the value parameter.

üst 9455df2a
...@@ -216,7 +216,7 @@ attribute value from \var{object}. ...@@ -216,7 +216,7 @@ attribute value from \var{object}.
\item \method{__set__(\var{object}, \var{value})} sets the attribute \item \method{__set__(\var{object}, \var{value})} sets the attribute
on \var{object} to \var{value}. 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}. attribute of \var{object}.
\end{itemize} \end{itemize}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment