mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Two minor nits.
This commit is contained in:
parent
83fb073a03
commit
2fef3abc74
1 changed files with 3 additions and 3 deletions
|
@ -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
|
separator is a zero byte (\code{chr(0)}) then the namespace URI and
|
||||||
the local part will be concatenated without any separator.
|
the local part will be concatenated without any separator.
|
||||||
|
|
||||||
For example, if \var{namespace_separator} is set to
|
For example, if \var{namespace_separator} is set to a space character
|
||||||
\character{ }, and the following document is parsed:
|
(\character{ }) and the following document is parsed:
|
||||||
|
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue