From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 5 Jan 2021 08:18:43 +0000 (-0800) Subject: Fix broken NEWS markup (GH-24110) X-Git-Tag: v3.8.8rc1~51 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3b6dcb86302ddbf48f57f7bd2ffc63a801b11e64;p=thirdparty%2FPython%2Fcpython.git Fix broken NEWS markup (GH-24110) (cherry picked from commit cde988e893793f58bf87e7a8c014926fd2e32904) Co-authored-by: Brandt Bucher --- diff --git a/Misc/NEWS.d/next/Tests/2020-05-30-10-56-38.bpo-40810.LPqDLQ.rst b/Misc/NEWS.d/next/Tests/2020-05-30-10-56-38.bpo-40810.LPqDLQ.rst index 1965ecd6ef51..eafd94cabede 100644 --- a/Misc/NEWS.d/next/Tests/2020-05-30-10-56-38.bpo-40810.LPqDLQ.rst +++ b/Misc/NEWS.d/next/Tests/2020-05-30-10-56-38.bpo-40810.LPqDLQ.rst @@ -1 +1 @@ -In :mod:`sqlite3`, fix `CheckTraceCallbackContent` for SQLite pre 3.7.15. +In :mod:`sqlite3`, fix ``CheckTraceCallbackContent`` for SQLite pre 3.7.15.