Change by Qian Yun :
--
keywords: +patch
pull_requests: +5324
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue32747>
___
___
Python-
New submission from Qian Yun :
This is a simple PR that removes trailing spaces in docstring,
which are found by:
grep -R ' \\n\\$' .
--
assignee: docs@python
components: Documentation
messages: 311484
nosy: Qian Yun, docs@python
priority: normal
severity: normal
status:
Qian Yun added the comment:
Sorry, a typo, it's "minor documentation fix".
See https://github.com/python/cpython/pull/5339
diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c
index d8971bef2a..80b4f9447c 100644
--- a/Python/bltinmodule.c
+++ b/Python/bltinmodule.c
@
Change by Qian Yun :
--
keywords: +patch
pull_requests: +5186
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue32674>
___
___
Python-
New submission from Qian Yun :
This is a minor documentation for builtin function '__import__'.
--
assignee: docs@python
components: Documentation
messages: 310741
nosy: Qian Yun, docs@python
priority: normal
severity: normal
status: open
title: minor documentation fix for &