This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Qian Yun
Recipients Qian Yun, docs@python
Date 2018-02-02.07:49:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517557791.36.0.467229070634.issue32747@psf.upfronthosting.co.za>
In-reply-to
Content
This is a simple PR that removes trailing spaces in docstring,
which are found by:
    grep -R ' \\n\\$' .
History
Date User Action Args
2018-02-02 07:49:51Qian Yunsetrecipients: + Qian Yun, docs@python
2018-02-02 07:49:51Qian Yunsetmessageid: <1517557791.36.0.467229070634.issue32747@psf.upfronthosting.co.za>
2018-02-02 07:49:51Qian Yunlinkissue32747 messages
2018-02-02 07:49:51Qian Yuncreate