[issue28960] Small typo in Thread.join docs

2018-10-22 Thread Martin Panter
Change by Martin Panter : -- Removed message: https://bugs.python.org/msg328245 ___ Python tracker ___ ___ Python-bugs-list mailing

[issue28960] Small typo in Thread.join docs

2018-10-22 Thread beautifuljose
beautifuljose added the comment: I think both dash and comma should be removed Found a similar problem here: https://www.paperhelp.org/essay/buy-argumentative-essay.html -- nosy: +beautifuljose ___ Python tracker

[issue28960] Small typo in Thread.join docs

2016-12-24 Thread Martin Panter
Martin Panter added the comment: I agree the second patch is more correct. This undoes the change as it was introduced in revision c4cf1b886d6b and matches the Python 2 text. -- nosy: +martin.panter resolution: -> fixed stage: commit review -> resolved status: open -> closed

[issue28960] Small typo in Thread.join docs

2016-12-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9347d0b2ee08 by Martin Panter in branch '3.5': Issue #28960: Drop comma attached to dash in Thread.join() description https://hg.python.org/cpython/rev/9347d0b2ee08 New changeset d70fcf1866ad by Martin Panter in branch '3.6': Issue #28960: Merge

[issue28960] Small typo in Thread.join docs

2016-12-14 Thread Ryan
Ryan added the comment: Removing the comma instead of the double-dash -- Added file: http://bugs.python.org/file45898/fixdoc2.patch ___ Python tracker

[issue28960] Small typo in Thread.join docs

2016-12-14 Thread Evan
Evan added the comment: I think the patch should remove the comma, not the double dash. This is a parenthetical remark and should end the same way it starts. See https://www.grammarly.com/handbook/punctuation/dash/2/dash-parenthetical-information/ -- nosy: +evan_

[issue28960] Small typo in Thread.join docs

2016-12-13 Thread Martin Panter
Changes by Martin Panter : -- stage: -> commit review versions: +Python 3.5, Python 3.6 ___ Python tracker ___

[issue28960] Small typo in Thread.join docs

2016-12-13 Thread Ryan
New submission from Ryan: There is a '--' before a ',' that doesn't make sense here: https://docs.python.org/3/library/threading.html#threading.Thread.join -- assignee: docs@python components: Documentation files: fixdoc.patch keywords: patch messages: 283101 nosy: docs@python, rcorre