From: Julien Palard Date: Sun, 27 Jun 2021 13:48:51 +0000 (+0200) Subject: FIX rst issue in NEWS.d (GH-26923) X-Git-Tag: v3.11.0a1~777 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9eea201b7c39a69afa2a7978dde40266104154f5;p=thirdparty%2FPython%2Fcpython.git FIX rst issue in NEWS.d (GH-26923) --- 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 aa25052df822..ebe54484187a 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.