New submission from Pavel Kazakov:

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.

----------
assignee: docs@python
components: Documentation
files: fix_squares.patch
keywords: patch
messages: 211982
nosy: docs@python, nullishzero
priority: normal
severity: normal
status: open
title: Remove invalid number from squares in introduction section
type: enhancement
Added file: http://bugs.python.org/file34196/fix_squares.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20740>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to