summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNikita Sobolev <mail@sobolevn.me>2021-09-21 21:31:12 (GMT)
committerGitHub <noreply@github.com>2021-09-21 21:31:12 (GMT)
commit06e1773c8d8fe375423bb7fcf5922b49bc737b75 (patch)
tree2d4346eede7a7cbf9f434c5956ec676ee02912eb /Misc
parent79a31480992c3fa5890fc7a6c5d9af6d337d5844 (diff)
downloadcpython-06e1773c8d8fe375423bb7fcf5922b49bc737b75.zip
cpython-06e1773c8d8fe375423bb7fcf5922b49bc737b75.tar.gz
cpython-06e1773c8d8fe375423bb7fcf5922b49bc737b75.tar.bz2
bpo-45216: Remove extraneous method docs from `difflib` (GH-28445)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Documentation/2021-09-18-13-45-19.bpo-45216.o56nyt.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2021-09-18-13-45-19.bpo-45216.o56nyt.rst b/Misc/NEWS.d/next/Documentation/2021-09-18-13-45-19.bpo-45216.o56nyt.rst
new file mode 100644
index 0000000..d10b18e
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2021-09-18-13-45-19.bpo-45216.o56nyt.rst
@@ -0,0 +1,2 @@
+Remove extra documentation listing methods in ``difflib``. It was rendering
+twice in pydoc and was outdated in some places.