Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
57a7c3df
Commit
57a7c3df
authored
Jul 26, 2010
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#7637: fix a grammar error; simplify a sentence
parent
ae51c17e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/library/xml.dom.minidom.rst
Doc/library/xml.dom.minidom.rst
+3
-3
No files found.
Doc/library/xml.dom.minidom.rst
View file @
57a7c3df
...
...
@@ -142,7 +142,7 @@ module documentation. This section lists the differences between the API and
With
an
explicit
*
encoding
*
[
1
]
_
argument
,
the
result
is
a
byte
string
in
the
specified
encoding
.
It
is
recommended
that
you
always
specify
an
encoding
;
you
may
use
any
encoding
you
like
,
but
an
argument
of
"utf-8"
is
the
most
common
,
avoid
an
argument
of
"utf-8"
is
the
most
common
choice
,
avoiding
:
exc
:`
UnicodeError
`
exceptions
in
case
of
unrepresentable
text
data
.
...
...
@@ -157,8 +157,8 @@ module documentation. This section lists the differences between the API and
indentation
string
and
defaults
to
a
tabulator
;
*
newl
*
specifies
the
string
emitted
at
the
end
of
each
line
and
defaults
to
``\
n
``.
The
re
's also an *encoding* argument, that behaves like the corresponding
argument of
:meth:`toxml`.
The
*
encoding
*
argument
behaves
like
the
corresponding
argument
of
:
meth
:`
toxml
`.
..
_dom
-
example
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment