[issue23286] A typo in the tutorial

2015-01-26 Thread Berker Peksag
Berker Peksag added the comment: Fixed. Thanks for the patch! -- nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___

[issue23286] A typo in the tutorial

2015-01-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset b3f0d7f50544 by Berker Peksag in branch '3.4': Issue #23286: Fix typo in the tutorial. https://hg.python.org/cpython/rev/b3f0d7f50544 New changeset 8cb151ff1575 by Berker Peksag in branch 'default': Issue #23286: Fix typo in the tutorial. https://hg

[issue23286] A typo in the tutorial

2015-01-21 Thread Mayank Tripathi
Changes by Mayank Tripathi : -- keywords: +patch Added file: http://bugs.python.org/file37804/intro_typo.diff ___ Python tracker ___ _

[issue23286] A typo in the tutorial

2015-01-20 Thread aruseni
New submission from aruseni: https://docs.python.org/3/tutorial/introduction.html > Lists also supports operations like concatenation -- assignee: docs@python components: Documentation messages: 234401 nosy: aruseni, docs@python priority: normal severity: normal status: open title: A ty