[Python-bugs-list] [ python-Bugs-499505 ] Tiny bug in lib doc 16.1.2.2

noreply@sourceforge.net noreply@sourceforge.net
Fri, 04 Jan 2002 10:09:33 -0800


Bugs item #499505, was opened at 2002-01-04 10:09
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=499505&group_id=5470

Category: Documentation
Group: Python 2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Andrew Koenig (arkoenig)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: Tiny bug in lib doc 16.1.2.2

Initial Comment:
The Python library reference, release 2.2, section
16.1.2.2
contains a code example that includes the following:

        def __init__(self,
master=None):                                    22
            Frame.__init__(self,
master)                                    23
               
self.pack()                                                
24
           
self.createWidgets()                                           
25

The third of these lines (with number 24 in the right
margin) should have
the same indentation as its neighbors.  It won't
compile as it stands.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=499505&group_id=5470