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
6bf9b858
Commit
6bf9b858
authored
Mar 11, 2013
by
Terry Jan Reedy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/*
found by Serhiy Storchaka and Matthew Barnett
parent
617e2c18
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
Doc/c-api/intro.rst
Doc/c-api/intro.rst
+1
-1
Doc/library/xml.dom.rst
Doc/library/xml.dom.rst
+1
-1
Mac/README
Mac/README
+1
-1
Tools/msi/msilib.py
Tools/msi/msilib.py
+1
-1
Tools/pybench/README
Tools/pybench/README
+1
-1
No files found.
Doc/c-api/intro.rst
View file @
6bf9b858
...
...
@@ -424,7 +424,7 @@ and lose important information about the exact cause of the error.
.. index:: single: sum_sequence()
A simple example of detecting exceptions and passing them on is shown in the
:c:func:`sum_sequence` example above. It so happens that th
at
example doesn't
:c:func:`sum_sequence` example above. It so happens that th
is
example doesn't
need to clean up any owned references when it detects an error. The following
example function shows some error cleanup. First, to remind you why you like
Python, we show the equivalent Python code::
...
...
Doc/library/xml.dom.rst
View file @
6bf9b858
...
...
@@ -374,7 +374,7 @@ All of the components of an XML document are subclasses of :class:`Node`.
Add
a
new
child
node
to
this
node
at
the
end
of
the
list
of
children
,
returning
*
newChild
*.
If
the
node
was
already
in
in
the
tree
,
it
is
removed
first
.
the
tree
,
it
is
removed
first
.
..
method
::
Node
.
insertBefore
(
newChild
,
refChild
)
...
...
Mac/README
View file @
6bf9b858
...
...
@@ -33,7 +33,7 @@ Mac-specific arguments to configure
* ``--enable-universalsdk[=PATH]``
Create a universal binary build of
of
Python. This can be used with both
Create a universal binary build of Python. This can be used with both
regular and framework builds.
The optional argument specifies which OSX SDK should be used to perform the
...
...
Tools/msi/msilib.py
View file @
6bf9b858
...
...
@@ -516,7 +516,7 @@ class Directory:
def
add_file
(
self
,
file
,
src
=
None
,
version
=
None
,
language
=
None
):
"""Add a file to the current component of the directory, starting a new one
one
if there is no current component. By default, the file name in the source
if there is no current component. By default, the file name in the source
and the file table will be identical. If the src file is specified, it is
interpreted relative to the current directory. Optionally, a version and a
language can be specified for the entry in the File table."""
...
...
Tools/pybench/README
View file @
6bf9b858
...
...
@@ -3,7 +3,7 @@ ________________________________________________________________________
PYBENCH - A Python Benchmark Suite
________________________________________________________________________
Extendable suite of
of
low-level benchmarks for measuring
Extendable suite of low-level benchmarks for measuring
the performance of the Python implementation
(interpreter, compiler or VM).
...
...
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