diff options
author | Guido van Rossum <guido@python.org> | 1992-12-08 14:37:55 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-12-08 14:37:55 (GMT) |
commit | 95cd2ef1623d8f3ac574d617964e5b4e097bc54d (patch) | |
tree | c763f4b5a345daddf1ac94020f2e5c227fc3b9dc /Doc/tut/tut.tex | |
parent | 2a7178efe1353aed277c0714e92a0790c84f7b88 (diff) | |
download | cpython-95cd2ef1623d8f3ac574d617964e5b4e097bc54d.zip cpython-95cd2ef1623d8f3ac574d617964e5b4e097bc54d.tar.gz cpython-95cd2ef1623d8f3ac574d617964e5b4e097bc54d.tar.bz2 |
Incorporated Jan-Hein's changes and texinfo conversion.
Diffstat (limited to 'Doc/tut/tut.tex')
-rw-r--r-- | Doc/tut/tut.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 84b5333..25358083 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -2527,8 +2527,8 @@ left-to-right. Thus, if an attribute is not found in (recursively) in the base classes of \verb\Base1\, and only if it is not found there, it is searched in \verb\Base2\, and so on. -(To some people breadth first --- searching \verb\Base2\ and -\verb\Base3\ before the base classes of \verb\Base1\ --- looks more +(To some people breadth first---searching \verb\Base2\ and +\verb\Base3\ before the base classes of \verb\Base1\---looks more natural. However, this would require you to know whether a particular attribute of \verb\Base1\ is actually defined in \verb\Base1\ or in one of its base classes before you can figure out the consequences of |