From 9eea201b7c39a69afa2a7978dde40266104154f5 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Sun, 27 Jun 2021 15:48:51 +0200 Subject: [PATCH] FIX rst issue in NEWS.d (GH-26923) --- .../next/Library/2021-06-23-01-33-01.bpo-44491.tiOlr5.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/next/Library/2021-06-23-01-33-01.bpo-44491.tiOlr5.rst b/Misc/NEWS.d/next/Library/2021-06-23-01-33-01.bpo-44491.tiOlr5.rst index aa25052df82..ebe54484187 100644 --- a/Misc/NEWS.d/next/Library/2021-06-23-01-33-01.bpo-44491.tiOlr5.rst +++ b/Misc/NEWS.d/next/Library/2021-06-23-01-33-01.bpo-44491.tiOlr5.rst @@ -1,3 +1,3 @@ Allow clearing the :mod:`sqlite3` authorizer callback by passing -:const:``None`` to :meth:`~sqlite3.Connection.set_authorizer`. Patch by +:const:`None` to :meth:`~sqlite3.Connection.set_authorizer`. Patch by Erlend E. Aasland.