diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2022-06-27 10:33:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-27 10:33:34 (GMT) |
commit | 33fc3b5e42f241ab81cc6d115711545b4f9e271e (patch) | |
tree | 968b2097985e09020379d09359ce8f9c5c085d9f /Misc | |
parent | f5c85aa3eea1adf0c61089583e2251282a316ec1 (diff) | |
download | cpython-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.rst | 1 |
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. |