Issue 32747: remove trailing spaces in docstring

Issue32747

Created on 2018-02-02 07:49 by Qian Yun, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 5491 merged Qian Yun, 2018-02-02 07:54
Messages (2)
msg311484 - (view) Author: Qian Yun (Qian Yun) * Date: 2018-02-02 07:49
This is a simple PR that removes trailing spaces in docstring,
which are found by:
    grep -R ' \\n\\$' .
msg311485 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2018-02-02 08:52
New changeset aa0735f597b072c0eb00404c4d7df359ddc26755 by Serhiy Storchaka (oldk) in branch 'master':
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
https://github.com/python/cpython/commit/aa0735f597b072c0eb00404c4d7df359ddc26755
History
Date User Action Args
2022-04-11 14:58:57adminsetgithub: 76928
2018-02-02 08:53:24serhiy.storchakasetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2018-02-02 08:52:58serhiy.storchakasetnosy: + serhiy.storchaka
messages: + msg311485
2018-02-02 07:54:44Qian Yunsetkeywords: + patch
stage: patch review
pull_requests: + pull_request5324
2018-02-02 07:49:51Qian Yuncreate