summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2021-06-27 13:48:51 (GMT)
committerGitHub <noreply@github.com>2021-06-27 13:48:51 (GMT)
commit9eea201b7c39a69afa2a7978dde40266104154f5 (patch)
tree3da77adfec88a722f6bf6484d8b9a00469e622fb
parent6dd69f45f57e5a79828981039cfa141e0507709f (diff)
downloadcpython-9eea201b7c39a69afa2a7978dde40266104154f5.zip
cpython-9eea201b7c39a69afa2a7978dde40266104154f5.tar.gz
cpython-9eea201b7c39a69afa2a7978dde40266104154f5.tar.bz2
FIX rst issue in NEWS.d (GH-26923)
-rw-r--r--Misc/NEWS.d/next/Library/2021-06-23-01-33-01.bpo-44491.tiOlr5.rst2
1 files changed, 1 insertions, 1 deletions
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 aa25052..ebe5448 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.