diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-04-02 22:35:54 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-04-02 22:35:54 +0000 |
commit | 67966fb5cecc6f9d1d44aa03099e740ebe8d54c0 (patch) | |
tree | b032a34656b6b270fed05fa21c760a559e5fa560 /chapter05/python.xml | |
parent | 989524cd128ae71f5028634f58fe47c768cdfb73 (diff) |
Add the word 'package' to the --without-ensurepip explanation, because it can be misleading for some users.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11567 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/python.xml')
-rw-r--r-- | chapter05/python.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/python.xml b/chapter05/python.xml index 951185b31..263d3a5c3 100644 --- a/chapter05/python.xml +++ b/chapter05/python.xml @@ -62,8 +62,8 @@ <varlistentry> <term><parameter>--without-ensurepip</parameter></term> <listitem> - <para>This switch disables the Python installer, which is not needed - at this stage.</para> + <para>This switch disables the Python package installer, which is not + needed at this stage.</para> </listitem> </varlistentry> |