[docs] bug in chap 5

Christian Delacroix cd458 at cornell.edu
Wed Jan 13 21:57:46 EST 2016


Your wrote : 
list.pop([i])

which doesn’t work on my ipython ; instead 
list.pop(i)

works fine.

Don’t know if it’s of any help. I’ve read all chapters from 1 to 15, and it is amazingly useful. Thanks a lot.

Christian

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20160113/af04c35e/attachment.html>


More information about the docs mailing list