11% Module and documentation by Eric S. Raymond, 21 Dec 1998
22
33\section {\module {shlex} ---
4- Simple lexical analysis. }
4+ Simple lexical analysis }
55
66\declaremodule {standard}{shlex}
77\modulesynopsis {Simple lexical analysis for \UNIX {} shell-like languages.}
@@ -21,9 +21,15 @@ \section{\module{shlex} ---
2121read characters from. It must be a file- or stream-like object with
2222\method {read()} and \method {readline()} methods. If no argument is given,
2323input will be taken from \code {sys.stdin}.
24-
2524\end {classdesc }
2625
26+
27+ \begin {seealso }
28+ \seemodule {ConfigParser}{Parser for configuration files similar to the
29+ Windows \file {.ini} files.}
30+ \end {seealso }
31+
32+
2733\subsection {shlex Objects \label {shlex-objects } }
2834
2935A \class {shlex} instance has the following methods:
@@ -64,7 +70,7 @@ \subsection{shlex Objects \label{shlex-objects}}
6470\begin {memberdesc }{quotes}
6571Characters that will be considered string quotes. The token
6672accumulates until the same quote is encountered again (thus, different
67- quote types protect each other as in the shall .) By default, includes
73+ quote types protect each other as in the shell .) By default, includes
6874\ASCII {} single and double quotes.
6975\end {memberdesc }
7076
0 commit comments