diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-01-05 00:18:43 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-05 00:18:43 -0800 |
commit | 3b6dcb86302ddbf48f57f7bd2ffc63a801b11e64 (patch) | |
tree | 2b8e5631a36e6f17929d58c752625cf061ce8958 | |
parent | bpo-42508: Keep IDLE running on macOS (GH-23577) (#23670) (diff) | |
download | cpython-3b6dcb86302ddbf48f57f7bd2ffc63a801b11e64.tar.gz cpython-3b6dcb86302ddbf48f57f7bd2ffc63a801b11e64.tar.bz2 cpython-3b6dcb86302ddbf48f57f7bd2ffc63a801b11e64.zip |
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 1965ecd6ef5..eafd94cabed 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. |