[issue36168] DOC: Fix capitalization in string.rst

2019-07-01 Thread Sanyam Khurana
Sanyam Khurana added the comment: Backport successfully completed. Marking this as fixed. Congrats on your first patch, Krishna! Thank you, everyone! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python

[issue36168] DOC: Fix capitalization in string.rst

2019-07-01 Thread miss-islington
miss-islington added the comment: New changeset 59ec9ee4d7f3c2444efb989e96f5124e1c246de5 by Miss Islington (bot) in branch '3.8': bpo-36168: Lowercase the word "subsequent" in get_value doc (GH-14485) https://github.com/python/cpython/commit/59ec9ee4d7f3c2444efb989e96f5124e1c246de5

[issue36168] DOC: Fix capitalization in string.rst

2019-07-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +14334 pull_request: https://github.com/python/cpython/pull/14519 ___ Python tracker ___

[issue36168] DOC: Fix capitalization in string.rst

2019-07-01 Thread Sanyam Khurana
Sanyam Khurana added the comment: Mariatta, I see it also needs a backport to 3.8 We can close it once the backport is completed. -- nosy: +CuriousLearner ___ Python tracker

[issue36168] DOC: Fix capitalization in string.rst

2019-07-01 Thread miss-islington
miss-islington added the comment: New changeset 12b436e3b079fb3e3a7197c089df90a77e3bdd77 by Miss Islington (bot) (Krishna Oza) in branch 'master': bpo-36168: Lowercase the word "subsequent" in get_value doc (GH-14485)

[issue36168] DOC: Fix capitalization in string.rst

2019-06-30 Thread Krishna Oza
Krishna Oza added the comment: I am getting the error "GitHub PR already added to issue" when submitting my Github PR for this issue. -- nosy: +Krishna Oza ___ Python tracker

[issue36168] DOC: Fix capitalization in string.rst

2019-06-30 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +14302 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/14485 ___ Python tracker

[issue36168] DOC: Fix capitalization in string.rst

2019-06-29 Thread Readul Hasan Chayan
Readul Hasan Chayan added the comment: If no one has any problem I would like to work on this. This will be my first contribution if it happens. -- nosy: +Readul Hasan Chayan ___ Python tracker

[issue36168] DOC: Fix capitalization in string.rst

2019-06-29 Thread Lysandros Nikolaou
Lysandros Nikolaou added the comment: Mariatta noted at https://mail.python.org/archives/list/core-mentors...@python.org/message/KFIGNAGJKWQXCXG72VGIGGA3OCKUHOFC/ that these issues are not reserved and are now available for first-time contributors. -- nosy: +lys.nikolaou

[issue36168] DOC: Fix capitalization in string.rst

2019-06-26 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +easy versions: +Python 3.9 -Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing

[issue36168] DOC: Fix capitalization in string.rst

2019-03-02 Thread Cheryl Sabella
New submission from Cheryl Sabella : In `string.rst`, under get_value(), `Subsequent` shouldn't be capitalized after the semi-colon. For compound field names, these functions are only called for the first component of the field name; ---> Subsequent <--- components are handled through