Skip to content

Commit 66ac795

Browse files
Apply suggestions from code review
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 45f4ec3 commit 66ac795

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/using/configure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ require third-party libraries installed for development
5555
Missing requirements are reported in the ``configure`` output.
5656
Modules that are missing due to missing dependencies are listed near the end
5757
of the ``make`` output,
58-
sometimes using an internal name such as ``_ctypes`` for the :mod:`ctypes`
58+
sometimes using an internal name, for example, ``_ctypes`` for :mod:`ctypes`
5959
module.
6060

6161
If you distribute a CPython interpreter without optional modules,

Doc/using/unix.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ If you want to compile CPython yourself, first thing you should do is get the
9494
`source <https://www.python.org/downloads/source/>`_. You can download either the
9595
latest release's source or grab a fresh `clone
9696
<https://devguide.python.org/setup/#get-the-source-code>`_.
97-
You will also need to install :ref:`build requirements <build-requirements>`.
97+
You will also need to install the :ref:`build requirements <build-requirements>`.
9898

9999
The build process consists of the usual commands::
100100

0 commit comments

Comments
 (0)