From 8d3553538e714f11177209648fcc84957acf780e Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Tue, 16 Feb 2021 05:31:31 +0000 Subject: clean up short descriptions git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12137 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/python.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'chapter08/python.xml') 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 Python program that reads Python 2.x source code and applies a series of fixes to transform it into - valid Python 3.x code. + valid Python 3.x code 2to3 @@ -173,7 +173,7 @@ tar --strip-components=1 \ is a wrapper script that opens a Python aware GUI editor. For this script to run, you must have installed Tk before Python so that the Tkinter - Python module is built. + Python module is built idle3 @@ -186,7 +186,7 @@ tar --strip-components=1 \ 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 pip3 @@ -198,7 +198,7 @@ tar --strip-components=1 \ pydoc3 - is the Python documentation tool. + is the Python documentation tool pydoc3 @@ -211,7 +211,7 @@ tar --strip-components=1 \ is an interpreted, interactive, object-oriented programming - language. + language python3 -- cgit v1.2.3-54-g00ecf