[Python-bugs-list] [ python-Bugs-567127 ] Syntax typo in Python Tutorial

noreply@sourceforge.net noreply@sourceforge.net
Mon, 10 Jun 2002 18:38:32 -0700


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

Category: Documentation
Group: None
>Status: Deleted
Resolution: None
Priority: 5
Submitted By: Brighten Godfrey (godfreyb)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: Syntax typo in Python Tutorial

Initial Comment:
In the Python Tutorial, Section 5.1, "More on Lists",
the usage for the pop function is given as

    pop([i])

but should of course be just

    pop(i)

You can see this at:

    http://www.python.org/doc/current/tut/node7.html

Thank you all very much for your work on Python.


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

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