Kaydet (Commit) 83ad5015 authored tarafından Barry Warsaw's avatar Barry Warsaw

effbot caught a typo!

üst 573b5412
......@@ -954,11 +954,11 @@ class C:
c = C()
d = C()
c.meth.whoami = 'my name is c'
d.meth.whoami = 'my name is d'
c.method.whoami = 'my name is c'
d.method.whoami = 'my name is d'
\end{verbatim}
If bound method attribute setting was allowed, \code{c.meth.whoami}
If bound method attribute setting was allowed, \code{c.method.whoami}
would return ``my name is d''.
See the \citetitle[../ref/ref.html]{Python Reference Manual} for more
......
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