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
|
@ -92,7 +92,7 @@ The \class{XMLReader} interface supports the following methods:
|
|||
|
||||
\begin{methoddesc}[XMLReader]{parse}{source}
|
||||
Process an input source, producing SAX events. The \var{source}
|
||||
object can be a system identifier (i.e. a string identifying the
|
||||
object can be a system identifier (a string identifying the
|
||||
input source -- typically a file name or an URL), a file-like
|
||||
object, or an \class{InputSource} object. When \method{parse()}
|
||||
returns, the input is completely processed, and the parser object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue