From: Joannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com> Date: Sun, 16 Oct 2022 17:43:31 +0000 (-0400) Subject: gh-85525: Remove extra row in doc (#98337) X-Git-Tag: v3.12.0a1~90 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c9302d03a57759225dab9e2d7bdd38e79009441;p=thirdparty%2FPython%2Fcpython.git gh-85525: Remove extra row in doc (#98337) * remove extra row * 📜🤖 Added by blurb_it. Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@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