effbot caught a typo!

This commit is contained in:
Barry Warsaw 2001-01-15 20:51:40 +00:00
parent 573b54125d
commit 83ad5015cb

View file

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