This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nullishzero
Recipients docs@python, nullishzero
Date 2014-02-23.07:10:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393139454.24.0.23441362157.issue20740@psf.upfronthosting.co.za>
In-reply-to
Content
This is probably being nitpicky, but in the introduction section, the squares list include a 2:
squares = [1, 2, 4, 9, 16, 25]

However, 2 is not a square number (perfect square). So it should be:
[1, 4, 9, 16, 25]

I've included a patch that removes the 2.
History
Date User Action Args
2014-02-23 07:10:54nullishzerosetrecipients: + nullishzero, docs@python
2014-02-23 07:10:54nullishzerosetmessageid: <1393139454.24.0.23441362157.issue20740@psf.upfronthosting.co.za>
2014-02-23 07:10:53nullishzerolinkissue20740 messages
2014-02-23 07:10:53nullishzerocreate