summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libstdtypes.tex
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2001-01-15 20:51:40 (GMT)
committerBarry Warsaw <barry@python.org>2001-01-15 20:51:40 (GMT)
commit83ad5015cbba461cfe1f8f7185b350dc5e7a949d (patch)
tree7384c805350311794feac0be81cdd3040488cb29 /Doc/lib/libstdtypes.tex
parent573b54125d8bc2e78b161ac45ef223a475f9f073 (diff)
downloadcpython-83ad5015cbba461cfe1f8f7185b350dc5e7a949d.zip
cpython-83ad5015cbba461cfe1f8f7185b350dc5e7a949d.tar.gz
cpython-83ad5015cbba461cfe1f8f7185b350dc5e7a949d.tar.bz2
effbot caught a typo!
Diffstat (limited to 'Doc/lib/libstdtypes.tex')
-rw-r--r--Doc/lib/libstdtypes.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex
index 01c4c81..6b3683a 100644
--- a/Doc/lib/libstdtypes.tex
+++ b/Doc/lib/libstdtypes.tex
@@ -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