Skip to content

Commit 3c30098

Browse files
StanFromIrelandemmatypingvstinner
authored
Apply suggestions from code review
Co-authored-by: Emma Smith <[email protected]> Co-authored-by: Victor Stinner <[email protected]>
1 parent 915ec0a commit 3c30098

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/using/configure.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ Features and minimum versions required to build CPython:
2424

2525
To build optional modules:
2626

27-
* ``libbz2`` for the :mod:`bz2` module.
27+
* `libbz2 <https://sourceware.org/bzip2/>`_ for the :mod:`bz2` module.
2828

2929
* `libb2 <https://github.com/BLAKE2/libb2>`_ (:ref:`BLAKE2 <hashlib-blake2>`),
3030
used by :mod:`hashlib` module.
3131

32-
* `libedit <https://www.thrysoee.dk/editline/>`_ and
32+
* `libedit <https://www.thrysoee.dk/editline/>`_ or
3333
`libreadline <https://tiswww.case.edu/php/chet/readline/rltop.html>`_
3434
for the :mod:`readline` module.
3535

@@ -42,10 +42,10 @@ To build optional modules:
4242
for the :mod:`decimal` module.
4343

4444
* ``libncurses`` or ``libncursesw``,
45-
for the :mod:`curses` module.
45+
for the :mod:`curses` module.
4646

4747
* ``libpanel`` or ``libpanelw``,
48-
for the :mod:`curses.panel` module.
48+
for the :mod:`curses.panel` module.
4949

5050
* `libuuid <https://linux.die.net/man/3/libuuid>`_, for the :mod:`uuid` module.
5151

0 commit comments

Comments
 (0)