Author: randy
Date: 2008-08-11 14:13:59 -0600 (Mon, 11 Aug 2008)
New Revision: 7548
Modified:
branches/6.3/BOOK/general/prog/python.xml
Log:
Clarified the text in the Python instructions about requiring the HTML
documentation
Modified: branches/6.3/BOOK/general/prog/python.xml
===================================================================
--- branches/6.3/BOOK/general/prog/python.xml 2008-08-11 20:01:52 UTC (rev
7547)
+++ branches/6.3/BOOK/general/prog/python.xml 2008-08-11 20:13:59 UTC (rev
7548)
@@ -118,10 +118,11 @@
preformatted documentation from
<ulink url="http://docs.python.org/download.html"/>.</para>
- <para>In order to use the <command>help ('module_name')</command> feature
- of the <command>python</command> interpreter, you must download (or create)
- the optional HTML documentation and install it. If you downloaded the HTML
- docs, issue the following commands as the
+ <para>In order to use the <command>help ('name_string')</command> feature
+ of the <command>python</command> interpreter with some statements and
+ keywords, you must download (or create) the optional HTML documentation
+ and install it. If you downloaded the HTML docs, issue the following
+ commands as the
<systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>install -v -m755 -d
/usr/share/doc/Python-&Python-version;/html &&
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page