]> granicus.if.org Git - python/commitdiff
Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/*
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 11 Mar 2013 21:09:58 +0000 (17:09 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Mon, 11 Mar 2013 21:09:58 +0000 (17:09 -0400)
found by Serhiy Storchaka and Matthew Barnett

Doc/c-api/intro.rst
Doc/library/xml.dom.rst
Mac/README
Tools/msi/msilib.py
Tools/pybench/README

index 4216881bff9c350bd5c1434e873d359a9fcb8998..c3a9ed633bd5846403b5718e2e0ad626e3daf641 100644 (file)
@@ -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 that example doesn't
+:c:func:`sum_sequence` example above.  It so happens that this 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::
index 10696156f5a0b93b7d25334b344a25d19010fa6c..565dc84907ddfe4ad1034b762f0d2d8fc9f186ff 100644 (file)
@@ -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)
index 6c0eb6f31071c32e052acefb15c8a6dfaa2f599d..555b7ca70300675535030e82092acf315bd44707 100644 (file)
@@ -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
index 6f49b4cf8c354cad983bd47c9a33c5d7546646b2..e02a3e2316f96a762ff28ec004b757d9853d7b5d 100644 (file)
@@ -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."""
index 022c8dea9caf0fde65a890afc7b7b48ed439c492..2061cabc22b59d13ca35a125b60495a649cb1848 100644 (file)
@@ -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).