]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
FIX rst issue in NEWS.d (GH-26923)
authorJulien Palard <julien@palard.fr>
Sun, 27 Jun 2021 13:48:51 +0000 (15:48 +0200)
committerGitHub <noreply@github.com>
Sun, 27 Jun 2021 13:48:51 +0000 (15:48 +0200)
Misc/NEWS.d/next/Library/2021-06-23-01-33-01.bpo-44491.tiOlr5.rst

index aa25052df822734715c7e71a6d3971ce175cb7fe..ebe54484187ab84c2f9e72882e799050cf7a28dd 100644 (file)
@@ -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.