Skip to content

Commit 88dc122

Browse files
Apply suggestions from code review
Co-authored-by: Stan Ulbrych <[email protected]>
1 parent 644a7d5 commit 88dc122

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Doc/library/sqlite3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ PostgreSQL or Oracle.
3131

3232
The :mod:`!sqlite3` module was written by Gerhard Häring. It provides an SQL interface
3333
compliant with the DB-API 2.0 specification described by :pep:`249`, and
34-
requires SQLite 3.15.2 or newer.
34+
requires the third-party `SQLite <https://sqlite.org/>`_ library.
3535

3636
.. include:: ../includes/optional-module.rst
3737

Doc/library/zipfile.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ implemented in native Python rather than C.
2727
The following paragraph should be similar to ../includes/optional-module.rst
2828
2929
Handling compressed archives requires :term:`optional modules <optional module>`
30-
such as :mod:`zlib`, :mod:`bz2`, :mod:`lzma`, :mod:`~compression.zstd`.
30+
such as :mod:`zlib`, :mod:`bz2`, :mod:`lzma`, and :mod:`compression.zstd`.
3131
If any of them are missing from your copy of CPython,
3232
look for documentation from your distributor (that is,
3333
whoever provided Python to you).

Doc/library/zlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
--------------
99

1010
For applications that require data compression, the functions in this module
11-
allow compression and decompression, using the zlib library.
11+
allow compression and decompression, using the `zlib library <https://www.zlib.net>`_.
1212

1313
.. include:: ../includes/optional-module.rst
1414

0 commit comments

Comments
 (0)