aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/python.xml
diff options
context:
space:
mode:
authorPierre Labastie <pierre.labastie@neuf.fr>2021-09-07 22:33:18 +0200
committerPierre Labastie <pierre.labastie@neuf.fr>2021-09-07 22:33:18 +0200
commitd672ab7d660f95484428882d9bebfa259ee9d368 (patch)
treed0bcc15e3ad9e92bbcb174d2f2502c474a294ae3 /chapter08/python.xml
parentc8fb227d0dc82fb31b7ff03511cd1f2de6ee8765 (diff)
Remove spaces at end o lines - chapter08
Diffstat (limited to 'chapter08/python.xml')
-rw-r--r--chapter08/python.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter08/python.xml b/chapter08/python.xml
index ddcaa17d2..a2c4a5bdd 100644
--- a/chapter08/python.xml
+++ b/chapter08/python.xml
@@ -103,7 +103,7 @@
<para>If desired, install the preformatted documentation:</para>
-<screen><userinput remap="install">install -v -dm755 /usr/share/doc/python-&python-version;/html
+<screen><userinput remap="install">install -v -dm755 /usr/share/doc/python-&python-version;/html
tar --strip-components=1 \
--no-same-owner \
@@ -117,9 +117,9 @@ tar --strip-components=1 \
<varlistentry>
<term><option>--no-same-owner</option> and <option>--no-same-permissions</option></term>
<listitem>
- <para>Ensure the installed files have the correct ownership and
+ <para>Ensure the installed files have the correct ownership and
permissions. Without these options, using <application>tar</application>
- will install the package files with the upstream creator's values.
+ will install the package files with the upstream creator's values.
</para>
</listitem>
</varlistentry>
@@ -144,7 +144,7 @@ tar --strip-components=1 \
libpython&python-minor;.so and libpython3.so
</seg>
<seg>
- /usr/include/python&python-minor;,
+ /usr/include/python&python-minor;,
/usr/lib/python3, and
/usr/share/doc/python-&python-version;
</seg>
@@ -162,7 +162,7 @@ tar --strip-components=1 \
<para>
is a <application>Python</application> program that reads
<application>Python 2.x</application> source code and applies a
- series of fixes to transform it into
+ series of fixes to transform it into
valid <application>Python 3.x</application> code
</para>
<indexterm zone="ch-system-Python">