diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-01-05 08:18:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-05 08:18:43 (GMT) |
commit | 3b6dcb86302ddbf48f57f7bd2ffc63a801b11e64 (patch) | |
tree | 2b8e5631a36e6f17929d58c752625cf061ce8958 | |
parent | d05b470d6ad6dfe0d4933ffc3c5c1e2c03b390bd (diff) | |
download | cpython-3b6dcb86302ddbf48f57f7bd2ffc63a801b11e64.zip cpython-3b6dcb86302ddbf48f57f7bd2ffc63a801b11e64.tar.gz cpython-3b6dcb86302ddbf48f57f7bd2ffc63a801b11e64.tar.bz2 |
Fix broken NEWS markup (GH-24110)
(cherry picked from commit cde988e893793f58bf87e7a8c014926fd2e32904)
Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
-rw-r--r-- | Misc/NEWS.d/next/Tests/2020-05-30-10-56-38.bpo-40810.LPqDLQ.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 1965ecd..eafd94c 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. |