diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-02-16 05:31:31 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-02-16 05:31:31 +0000 |
commit | 8d3553538e714f11177209648fcc84957acf780e (patch) | |
tree | a51c589804d2998a66aba4b2fcd1ef6c193dc88b /chapter08/python.xml | |
parent | 164d38efea13e4e080cadfc65181efd6c1f62dd3 (diff) |
clean up short descriptions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12137 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/python.xml')
-rw-r--r-- | chapter08/python.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter08/python.xml b/chapter08/python.xml index e84b7922e..1021cd812 100644 --- a/chapter08/python.xml +++ b/chapter08/python.xml @@ -158,7 +158,7 @@ tar --strip-components=1 \ 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 - valid <application>Python 3.x</application> code. + valid <application>Python 3.x</application> code </para> <indexterm zone="ch-system-Python"> <primary sortas="b-2to3">2to3</primary> @@ -173,7 +173,7 @@ tar --strip-components=1 \ is a wrapper script that opens a <application>Python</application> aware GUI editor. For this script to run, you must have installed <application>Tk</application> before Python so that the Tkinter - Python module is built. + Python module is built </para> <indexterm zone="ch-system-Python"> <primary sortas="b-idle3">idle3</primary> @@ -186,7 +186,7 @@ tar --strip-components=1 \ <listitem> <para> The package installer for Python. You can use pip to install - packages from Python Package Index and other indexes. + packages from Python Package Index and other indexes </para> <indexterm zone="ch-system-Python"> <primary sortas="b-pip3">pip3</primary> @@ -198,7 +198,7 @@ tar --strip-components=1 \ <term><command>pydoc3</command></term> <listitem> <para> - is the <application>Python</application> documentation tool. + is the <application>Python</application> documentation tool </para> <indexterm zone="ch-system-Python"> <primary sortas="b-pydoc3">pydoc3</primary> @@ -211,7 +211,7 @@ tar --strip-components=1 \ <listitem> <para> is an interpreted, interactive, object-oriented programming - language. + language </para> <indexterm zone="ch-system-Python"> <primary sortas="b-python3">python3</primary> |