[docs] Minor typo in Python3 documentation

Nigel Horspool nhorspool at hotmail.com
Wed Nov 12 16:57:26 CET 2014


Section 4.6.3 has, in the list of operations on mutable lists/sequences, the following entry:

   s.pop([i])   retrieves the item at i and also removes it from s


That should of course read:

   s.pop(i)      retrieves the item at i and also removes it from s




--


NH




Sent from Windows Mail
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20141112/17984fe8/attachment-0001.html>


More information about the docs mailing list