Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0ed6918

Browse files
committed
Small changes.
1 parent 2292b8e commit 0ed6918

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Doc/lib.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
% Format this file with latex.
22

3-
%\documentstyle[palatino,11pt,myformat]{article}
4-
\documentstyle[11pt,myformat]{article}
3+
\documentstyle[palatino,11pt,myformat]{article}
4+
%\documentstyle[11pt,myformat]{article}
55

66
\sloppy
77

@@ -1983,13 +1983,13 @@ \subsection{Standard Module {\tt panel}}
19831983
or
19841984
{\tt panel.defpanellist()}.
19851985

1986-
\subsection{Standard Module {\tt parser}}
1986+
\subsection{Standard Module {\tt panelparser}}
19871987

19881988
This module defines a self-contained parser for S-expressions as output
19891989
by the Panel Editor (which is written in Scheme so it can't help writing
19901990
S-expressions).
19911991
The relevant function is
1992-
{\tt parser.parse\_file(file)}
1992+
{\tt panelparser.parse\_file(file)}
19931993
which has a file object (not a filename!) as argument and returns a list
19941994
of parsed S-expressions.
19951995
Each S-expression is converted into a {\Python} list, with atoms converted

Doc/lib/lib.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
% Format this file with latex.
22

3-
%\documentstyle[palatino,11pt,myformat]{article}
4-
\documentstyle[11pt,myformat]{article}
3+
\documentstyle[palatino,11pt,myformat]{article}
4+
%\documentstyle[11pt,myformat]{article}
55

66
\sloppy
77

@@ -1983,13 +1983,13 @@ \subsection{Standard Module {\tt panel}}
19831983
or
19841984
{\tt panel.defpanellist()}.
19851985

1986-
\subsection{Standard Module {\tt parser}}
1986+
\subsection{Standard Module {\tt panelparser}}
19871987

19881988
This module defines a self-contained parser for S-expressions as output
19891989
by the Panel Editor (which is written in Scheme so it can't help writing
19901990
S-expressions).
19911991
The relevant function is
1992-
{\tt parser.parse\_file(file)}
1992+
{\tt panelparser.parse\_file(file)}
19931993
which has a file object (not a filename!) as argument and returns a list
19941994
of parsed S-expressions.
19951995
Each S-expression is converted into a {\Python} list, with atoms converted

0 commit comments

Comments
 (0)