chapter07/python: Work around a puzzling punctuation in quote

Here no file name starts with "python." (including the dot).  Slightly
reword to prevent the punctuation from following the quote or being
quoted.
This commit is contained in:
Xi Ruoyao 2024-01-28 17:44:24 +08:00
parent a4eaba6d55
commit 81f727aca6
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -44,8 +44,8 @@
<title>Installation of Python</title> <title>Installation of Python</title>
<note> <note>
<para>There are two package files whose name starts with <para>There are two package files whose name starts with the
<quote>python.</quote> The one to extract from is <quote>python</quote> prefix. The one to extract from is
<filename>Python-&python-version;.tar.xz</filename> (notice the <filename>Python-&python-version;.tar.xz</filename> (notice the
uppercase first letter).</para> uppercase first letter).</para>
</note> </note>