From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 17 Oct 2022 22:08:10 +0000 (-0700) Subject: gh-85525: Remove extra row in doc (GH-98337) X-Git-Tag: v3.11.1~271 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6c7f7ec8199f9172224e8ccc9391e20cf7023e13;p=thirdparty%2FPython%2Fcpython.git gh-85525: Remove extra row in doc (GH-98337) * remove extra row * 📜🤖 Added by blurb_it. Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> (cherry picked from commit 5c9302d03a57759225dab9e2d7bdd38e79009441) Co-authored-by: Joannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com> --- diff --git a/Doc/library/sndhdr.rst b/Doc/library/sndhdr.rst index 8c5c0bfc617b..fa9323e18dc3 100644 --- a/Doc/library/sndhdr.rst +++ b/Doc/library/sndhdr.rst @@ -68,7 +68,6 @@ from :func:`whathdr`: and :func:`what`: +------------+------------------------------------+ | ``'hcom'`` | HCOM Files | +------------+------------------------------------+ -+------------+------------------------------------+ | ``'sndt'`` | Sndtool Sound Files | +------------+------------------------------------+ | ``'voc'`` | Creative Labs Audio Files | diff --git a/Misc/NEWS.d/next/Documentation/2022-10-16-17-34-45.gh-issue-85525.DvkD0v.rst b/Misc/NEWS.d/next/Documentation/2022-10-16-17-34-45.gh-issue-85525.DvkD0v.rst new file mode 100644 index 000000000000..292e16998acd --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2022-10-16-17-34-45.gh-issue-85525.DvkD0v.rst @@ -0,0 +1 @@ +Remove extra row