diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-07-14 17:02:30 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-07-14 17:02:30 -0500 |
commit | 94bf45a457456df99e84a8f15444695da527ff6d (patch) | |
tree | e09baa386031e28472f136db4bd00116444d483d /chapter08/python.xml | |
parent | af3cf8ded1774b9cce4466ac67939411501d317f (diff) |
Spelling
Diffstat (limited to 'chapter08/python.xml')
-rw-r--r-- | chapter08/python.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/python.xml b/chapter08/python.xml index 2fb847042..bee232704 100644 --- a/chapter08/python.xml +++ b/chapter08/python.xml @@ -92,7 +92,7 @@ <screen><userinput remap="install">make install</userinput></screen> - <para>In serveral places we use the <command>pip3</command> command to + <para>In several places we use the <command>pip3</command> command to install Python 3 programs and modules for all users as <systemitem class='username'>root</systemitem>. This conflicts with the Python developers recommendation to install packages into a |