diff options
author | Julien Palard <julien@palard.fr> | 2021-06-27 13:48:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-27 13:48:51 (GMT) |
commit | 9eea201b7c39a69afa2a7978dde40266104154f5 (patch) | |
tree | 3da77adfec88a722f6bf6484d8b9a00469e622fb | |
parent | 6dd69f45f57e5a79828981039cfa141e0507709f (diff) | |
download | cpython-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.rst | 2 |
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. |