mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
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.
This commit is contained in:
parent
19b1c6156b
commit
907e76b620
17 changed files with 105 additions and 98 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue