diff options
author | Fred Drake <fdrake@acm.org> | 2000-11-28 06:38:22 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-11-28 06:38:22 (GMT) |
commit | 2fef3abc748f6a3aa386384c3968d9cd450f22b3 (patch) | |
tree | 865a4657e072943deeb56b59d6398b37d29d9b4a /Doc | |
parent | 83fb073a0307e5585cc99fce52c169c0fa8562f4 (diff) | |
download | cpython-2fef3abc748f6a3aa386384c3968d9cd450f22b3.zip cpython-2fef3abc748f6a3aa386384c3968d9cd450f22b3.tar.gz cpython-2fef3abc748f6a3aa386384c3968d9cd450f22b3.tar.bz2 |
Two minor nits.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libpyexpat.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libpyexpat.tex b/Doc/lib/libpyexpat.tex index 42a4247..b009729 100644 --- a/Doc/lib/libpyexpat.tex +++ b/Doc/lib/libpyexpat.tex @@ -60,8 +60,8 @@ separator character, and the local part of the name. If the namespace separator is a zero byte (\code{chr(0)}) then the namespace URI and the local part will be concatenated without any separator. -For example, if \var{namespace_separator} is set to -\character{ }, and the following document is parsed: +For example, if \var{namespace_separator} is set to a space character +(\character{ }) and the following document is parsed: \begin{verbatim} <?xml version="1.0"?> @@ -85,7 +85,7 @@ elem2 \class{xmlparser} objects have the following methods: -\begin{methoddesc}[xmlparser]{Parse}{data \optional{, isfinal}} +\begin{methoddesc}[xmlparser]{Parse}{data\optional{, isfinal}} Parses the contents of the string \var{data}, calling the appropriate handler functions to process the parsed data. \var{isfinal} must be true on the final call to this method. \var{data} can be the empty |