diff options
author | Guido van Rossum <guido@python.org> | 1991-01-24 16:54:15 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1991-01-24 16:54:15 (GMT) |
commit | 0ed691869871d51ab647c004500a41ad1c3dc35c (patch) | |
tree | 4ddc292064e530385c219ad0adaa7f06ac655a37 /Doc | |
parent | 2292b8e98af94abc37beedc90118aed753e8c02a (diff) | |
download | cpython-0ed691869871d51ab647c004500a41ad1c3dc35c.zip cpython-0ed691869871d51ab647c004500a41ad1c3dc35c.tar.gz cpython-0ed691869871d51ab647c004500a41ad1c3dc35c.tar.bz2 |
Small changes.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib.tex | 8 | ||||
-rw-r--r-- | Doc/lib/lib.tex | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/Doc/lib.tex b/Doc/lib.tex index b12e6e1..f126c8f 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -1,7 +1,7 @@ % Format this file with latex. -%\documentstyle[palatino,11pt,myformat]{article} -\documentstyle[11pt,myformat]{article} +\documentstyle[palatino,11pt,myformat]{article} +%\documentstyle[11pt,myformat]{article} \sloppy @@ -1983,13 +1983,13 @@ before calling or {\tt panel.defpanellist()}. -\subsection{Standard Module {\tt parser}} +\subsection{Standard Module {\tt panelparser}} This module defines a self-contained parser for S-expressions as output by the Panel Editor (which is written in Scheme so it can't help writing S-expressions). The relevant function is -{\tt parser.parse\_file(file)} +{\tt panelparser.parse\_file(file)} which has a file object (not a filename!) as argument and returns a list of parsed S-expressions. Each S-expression is converted into a {\Python} list, with atoms converted diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index b12e6e1..f126c8f 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -1,7 +1,7 @@ % Format this file with latex. -%\documentstyle[palatino,11pt,myformat]{article} -\documentstyle[11pt,myformat]{article} +\documentstyle[palatino,11pt,myformat]{article} +%\documentstyle[11pt,myformat]{article} \sloppy @@ -1983,13 +1983,13 @@ before calling or {\tt panel.defpanellist()}. -\subsection{Standard Module {\tt parser}} +\subsection{Standard Module {\tt panelparser}} This module defines a self-contained parser for S-expressions as output by the Panel Editor (which is written in Scheme so it can't help writing S-expressions). The relevant function is -{\tt parser.parse\_file(file)} +{\tt panelparser.parse\_file(file)} which has a file object (not a filename!) as argument and returns a list of parsed S-expressions. Each S-expression is converted into a {\Python} list, with atoms converted |