summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libxmllib.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-07-06 20:30:11 (GMT)
committerFred Drake <fdrake@acm.org>2001-07-06 20:30:11 (GMT)
commit907e76b62081cc3e3d4dbab94f3e5799086021a0 (patch)
treede205bb308f02d8fbefb427aab172786aae98aae /Doc/lib/libxmllib.tex
parent19b1c6156bcb9d8c79808c718be2dac2f55c6d00 (diff)
downloadcpython-907e76b62081cc3e3d4dbab94f3e5799086021a0.zip
cpython-907e76b62081cc3e3d4dbab94f3e5799086021a0.tar.gz
cpython-907e76b62081cc3e3d4dbab94f3e5799086021a0.tar.bz2
Fix up a few style nits -- avoid "e.g." and "i.e." -- these make
translation more difficult, as well as reading the English more difficult for non-native speakers.
Diffstat (limited to 'Doc/lib/libxmllib.tex')
-rw-r--r--Doc/lib/libxmllib.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libxmllib.tex b/Doc/lib/libxmllib.tex
index 1570d68..dd41e47 100644
--- a/Doc/lib/libxmllib.tex
+++ b/Doc/lib/libxmllib.tex
@@ -267,7 +267,7 @@ Namespaces proposed recommendation.
Tag and attribute names that are defined in an XML namespace are
handled as if the name of the tag or element consisted of the
-namespace (i.e. the URL that defines the namespace) followed by a
+namespace (the URL that defines the namespace) followed by a
space and the name of the tag or attribute. For instance, the tag
\code{<html xmlns='http://www.w3.org/TR/REC-html40'>} is treated as if
the tag name was \code{'http://www.w3.org/TR/REC-html40 html'}, and