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

Skip to content

Commit 9f03380

Browse files
committed
Use more current approach to recording authors.
1 parent c600475 commit 9f03380

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

Doc/lib/libparser.tex

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@
1010
%
1111

1212
\section{\module{parser} ---
13-
Access parse trees of Python code.}
13+
Access parse trees for Python code}
14+
1415
\declaremodule{builtin}{parser}
16+
\modulesynopsis{Access parse trees for Python source code.}
1517
\moduleauthor{Fred L. Drake, Jr.}{[email protected]}
1618
\sectionauthor{Fred L. Drake, Jr.}{[email protected]}
1719

18-
\modulesynopsis{Access parse trees of Python source code.}
1920

2021
\index{parsing!Python source code}
2122

@@ -27,10 +28,6 @@ \section{\module{parser} ---
2728
because parsing is performed in a manner identical to the code
2829
forming the application. It is also faster.
2930

30-
The \module{parser} module was written and documented by Fred
31-
L. Drake, Jr. (\email{[email protected]}).%
32-
\index{Drake, Fred L., Jr.}
33-
3431
There are a few things to note about this module which are important
3532
to making use of the data structures created. This is not a tutorial
3633
on editing the parse trees for Python code, but some examples of using

0 commit comments

Comments
 (0)