summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2022-06-27 10:33:34 (GMT)
committerGitHub <noreply@github.com>2022-06-27 10:33:34 (GMT)
commit33fc3b5e42f241ab81cc6d115711545b4f9e271e (patch)
tree968b2097985e09020379d09359ce8f9c5c085d9f /Misc
parentf5c85aa3eea1adf0c61089583e2251282a316ec1 (diff)
downloadcpython-33fc3b5e42f241ab81cc6d115711545b4f9e271e.zip
cpython-33fc3b5e42f241ab81cc6d115711545b4f9e271e.tar.gz
cpython-33fc3b5e42f241ab81cc6d115711545b4f9e271e.tar.bz2
gh-94318: Strip trailing spaces in pydoc text output (GH-94319)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2022-06-27-10-33-18.gh-issue-94318.jR4_QV.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-06-27-10-33-18.gh-issue-94318.jR4_QV.rst b/Misc/NEWS.d/next/Library/2022-06-27-10-33-18.gh-issue-94318.jR4_QV.rst
new file mode 100644
index 0000000..97a7cd8
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-06-27-10-33-18.gh-issue-94318.jR4_QV.rst
@@ -0,0 +1 @@
+Strip trailing spaces in :mod:`pydoc` text output.