[issue14793] broken grammar in Built-in Types doc

2012-05-14 Thread Sandro Tosi
Sandro Tosi added the comment: I think that something on the line "Hey, it looks like this phrase misses some words, and I've just fixed it" would have been nicer - IMO. -- ___ Python tracker

[issue14793] broken grammar in Built-in Types doc

2012-05-14 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: I thought the title was enough? Is it fine to merely repeat it in? -- ___ Python tracker ___

[issue14793] broken grammar in Built-in Types doc

2012-05-13 Thread Sandro Tosi
Sandro Tosi added the comment: Committed, thanks for the patch. For next times, please invest even a small amount of time describing why you opened the issue and what the patch fixes: it's definitely nicer not having to infer it from the diff. -- nosy: +sandro.tosi resolution: -> fix

[issue14793] broken grammar in Built-in Types doc

2012-05-13 Thread Roundup Robot
New submission from Roundup Robot : New changeset e0dcd732055f by Sandro Tosi in branch '3.2': Issue #14793: fix grammar in bytes object paragraph; patch by Tshepang Lekhonkhobe http://hg.python.org/cpython/rev/e0dcd732055f -- nosy: +python-dev ___ P

[issue14793] broken grammar in Built-in Types doc

2012-05-12 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- assignee: docs@python components: Documentation files: grammar.diff keywords: patch nosy: docs@python, tshepang priority: normal severity: normal status: open title: broken grammar in Built-in Types doc versions: Python 3.2, Python 3.3 Added file: htt