[docs] [issue22388] Unify style of "Contributed by" notes
Serhiy Storchaka
report at bugs.python.org
Thu Sep 11 14:31:17 CEST 2014
New submission from Serhiy Storchaka:
Here is a patch which converts "Contributed by" notes in whatsnews to most prevalent style. This means:
* Previous sentence ends by a period and the "Contributed" is titled.
* The note ends by a period and it is placed before closing parent.
* The note is separated from previous sentence by two spaces or newline (as any sentences).
Overwhelming majority of "Contributed by" notes are written in this style (except of unfinished 3.5 whatsnews).
----------
assignee: docs at python
components: Documentation
files: doc_contributed_by_style.patch
keywords: patch
messages: 226767
nosy: docs at python, r.david.murray, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Unify style of "Contributed by" notes
type: enhancement
versions: Python 3.4, Python 3.5
Added file: http://bugs.python.org/file36598/doc_contributed_by_style.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22388>
_______________________________________
More information about the docs
mailing list