@@ -26,28 +26,26 @@ To build optional modules:
2626
2727* `libbz2 <https://sourceware.org/bzip2/ >`_ for the :mod: `bz2 ` module.
2828
29- * `libb2 <https://github.com/BLAKE2/libb2 >`_ (:ref: `BLAKE2 <hashlib-blake2 >`),
30- used by :mod: `hashlib ` module.
29+ * `libb2 <https://github.com/BLAKE2/libb2 >`_ (:ref: `BLAKE2 <hashlib-blake2 >`)
30+ for the :mod: `hashlib ` module.
3131
3232* `libffi <https://sourceware.org/libffi/ >`_ 3.3.0 is the recommended
3333 minimum version for the :mod: `ctypes ` module.
3434
35- * ``liblzma ``, for the :mod: `lzma ` module.
35+ * ``liblzma `` for the :mod: `lzma ` module.
3636
3737* `libmpdec <https://www.bytereef.org/mpdecimal/doc/libmpdec/ >`_ 2.5.0
3838 for the :mod: `decimal ` module.
3939
40- * ``libncurses `` or ``libncursesw ``,
41- for the :mod: `curses ` module.
40+ * ``libncurses `` or ``libncursesw `` for the :mod: `curses ` module.
4241
43- * ``libpanel `` or ``libpanelw ``,
44- for the :mod: `curses.panel ` module.
42+ * ``libpanel `` or ``libpanelw `` for the :mod: `curses.panel ` module.
4543
4644* `libreadline <https://tiswww.case.edu/php/chet/readline/rltop.html >`_ or
4745 `libedit <https://www.thrysoee.dk/editline/ >`_
4846 for the :mod: `readline ` module.
4947
50- * `libuuid <https://linux.die.net/man/3/libuuid >`_, for the :mod: `uuid ` module.
48+ * `libuuid <https://linux.die.net/man/3/libuuid >`_ for the :mod: `uuid ` module.
5149
5250* `OpenSSL <https://www.openssl.org/ >`_ 1.1.1 is the minimum version and
5351 OpenSSL 3.0.18 is the recommended minimum version for the
@@ -57,7 +55,7 @@ To build optional modules:
5755
5856* `Tcl/Tk <https://www.tcl-lang.org/ >`_ 8.5.12 for the :mod: `tkinter ` module.
5957
60- * `zlib <https://www.zlib.net >`_ 1.1.4 is the reccomended minimum version for the
58+ * `zlib <https://www.zlib.net >`_ 1.2.2.1 is the minimum version for the
6159 :mod: `zlib ` module.
6260
6361* `zstd <https://facebook.github.io/zstd/ >`_ 1.4.5 is the minimum version for
0 commit comments