[docs] [issue20740] Remove invalid number from squares in introduction section

Pavel Kazakov report at bugs.python.org
Sun Feb 23 08:10:54 CET 2014


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 at python
components: Documentation
files: fix_squares.patch
keywords: patch
messages: 211982
nosy: docs at 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 <report at bugs.python.org>
<http://bugs.python.org/issue20740>
_______________________________________


More information about the docs mailing list