]> granicus.if.org Git - python/commitdiff
Fix a few typos and a double semicolon. Patch by Eitan Adler.
authorEzio Melotti <ezio.melotti@gmail.com>
Sun, 27 Jan 2013 04:20:14 +0000 (06:20 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 27 Jan 2013 04:20:14 +0000 (06:20 +0200)
Lib/ipaddress.py
Lib/test/test_email/test_headerregistry.py
Lib/test/test_isinstance.py
Lib/test/test_startfile.py
Modules/_datetimemodule.c
Modules/_decimal/libmpdec/mpdecimal.c
Objects/floatobject.c
Tools/gdb/libpython.py
Tools/msi/schema.py
Tools/msi/uisample.py

index 532e44e3fbdae4b634317cc998609dcd09ed46df..39b3f74f311d2804fdcb988aa8d39fde5188f5f8 100644 (file)
@@ -723,7 +723,7 @@ class _BaseNetwork(_IPAddressBase):
             other: An IPv4Network or IPv6Network object of the same type.
 
         Returns:
-            An iterator of the the IPv(4|6)Network objects which is self
+            An iterator of the IPv(4|6)Network objects which is self
             minus other.
 
         Raises:
index eba81f26afeb2b5fcde4ecb717768dc85242c3f4..c0c81c1caa07d3c632576cb251853e6ba05549c7 100644 (file)
@@ -670,7 +670,7 @@ class TestContentTypeHeader(TestHeaderBase):
             ),
 
         # XXX: I would say this one should default to ascii/en for the
-        # "encoded" segment, since the the first segment is not encoded and is
+        # "encoded" segment, since the first segment is not encoded and is
         # in double quotes, making the value a valid non-encoded string.  The
         # old parser decodes this just like the previous case, which may be the
         # better Postel rule, but could equally result in borking headers that
index dc2d07467aa7fa889f142adf8bcf4cd1b1527fe2..7a6730e3a8d94cf8400989e6d06131bfff8de82f 100644 (file)
@@ -15,7 +15,7 @@ class TestIsInstanceExceptions(unittest.TestCase):
     # (leading to an "undetected error" in the debug build).  Set up is,
     # isinstance(inst, cls) where:
     #
-    # - cls isn't a type, or a tuple
+    # - cls isn't a type, or a tuple
     # - cls has a __bases__ attribute
     # - inst has a __class__ attribute
     # - inst.__class__ as no __bases__ attribute
index ae9aeb9b6ce605fe49ed367a868d6eddb83949e0..5a9c2def24253ab833d9f15ccda30b9ee64e9053 100644 (file)
@@ -5,7 +5,7 @@
 #
 # A possible improvement would be to have empty.vbs do something that
 # we can detect here, to make sure that not only the os.startfile()
-# call succeeded, but also the the script actually has run.
+# call succeeded, but also the script actually has run.
 
 import unittest
 from test import support
index 873d46fd1b4ecef1f7584e12b7f8fac05a3a982d..7c7170dc77e641ff269139e3d45b63bad7e8ca9a 100644 (file)
@@ -3598,7 +3598,7 @@ time_isoformat(PyDateTime_Time *self, PyObject *unused)
 {
     char buf[100];
     PyObject *result;
-    int us = TIME_GET_MICROSECOND(self);;
+    int us = TIME_GET_MICROSECOND(self);
 
     if (us)
         result = PyUnicode_FromFormat("%02d:%02d:%02d.%06d",
index 721174d216174956a820b01dd8537c32bd087079..c63a1a08e498ab06138f509236dcd4e443027ba9 100644 (file)
@@ -2084,7 +2084,7 @@ mpd_qcmp(const mpd_t *a, const mpd_t *b, uint32_t *status)
 }
 
 /*
- * Compare a and b, convert the the usual integer result to a decimal and
+ * Compare a and b, convert the usual integer result to a decimal and
  * store it in 'result'. For convenience, the integer result of the comparison
  * is returned. Comparisons involving NaNs return NaN/INT_MAX.
  */
index a42be71c23ba493913689a4fe05291aaf721eae8..b571ca8c70ae07cf8ebd80f6900a378dfb502a60 100644 (file)
@@ -289,7 +289,7 @@ float_repr(PyFloatObject *v)
  * may lose info from fractional bits.  Converting the integer to a double
  * also has two failure modes:  (1) a long int may trigger overflow (too
  * large to fit in the dynamic range of a C double); (2) even a C long may have
- * more bits than fit in a C double (e.g., on a 64-bit box long may have
+ * more bits than fit in a C double (e.g., on a 64-bit box long may have
  * 63 bits of precision, but a C double probably has only 53), and then
  * we can falsely claim equality when low-order integer bits are lost by
  * coercion to double.  So this part is painful too.
index 368a7d57fc800e2b43a3c0d80efc395fe8962aed..cab226e5d04b143173f9bdaa7c2a887141689bfa 100644 (file)
@@ -1463,7 +1463,7 @@ class Frame(object):
             return name.startswith('pthread_cond_timedwait')
 
     def is_gc_collect(self):
-        '''Is this frame "collect" within the the garbage-collector?'''
+        '''Is this frame "collect" within the garbage-collector?'''
         return self._gdbframe.name() == 'collect'
 
     def get_pyop(self):
index d028a112b76caea45f640364f77c7099f0ff021f..1f72e5ac78b7cd9c7d6521a3936dc71b14afd6b5 100644 (file)
@@ -958,7 +958,7 @@ _Validation_records = [
 (u'ServiceInstall',u'StartType',u'N',0,4,None, None, None, None, u'Type of the service',),
 (u'Shortcut',u'Name',u'N',None, None, None, None, u'Filename',None, u'The name of the shortcut to be created.',),
 (u'Shortcut',u'Description',u'Y',None, None, None, None, u'Text',None, u'The description for the shortcut.',),
-(u'Shortcut',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key into the Component table denoting the component whose selection gates the the shortcut creation/deletion.',),
+(u'Shortcut',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key into the Component table denoting the component whose selection gates the shortcut creation/deletion.',),
 (u'Shortcut',u'Icon_',u'Y',None, None, u'Icon',1,u'Identifier',None, u'Foreign key into the File table denoting the external icon file for the shortcut.',),
 (u'Shortcut',u'IconIndex',u'Y',-32767,32767,None, None, None, None, u'The icon index for the shortcut.',),
 (u'Shortcut',u'Directory_',u'N',None, None, u'Directory',1,u'Identifier',None, u'Foreign key into the Directory table denoting the directory where the shortcut file is created.',),
index 2bdf59e1024f5e2dd130468f8248308daa66fd68..543080554e879c2909c0f848beb050fdc56d8237 100644 (file)
@@ -1195,7 +1195,7 @@ _Validation = [
 (u'ServiceInstall', u'StartType', u'N', 0, 4, None, None, None, None, u'Type of the service'),
 (u'Shortcut', u'Name', u'N', None, None, None, None, u'Filename', None, u'The name of the shortcut to be created.'),
 (u'Shortcut', u'Description', u'Y', None, None, None, None, u'Text', None, u'The description for the shortcut.'),
-(u'Shortcut', u'Component_', u'N', None, None, u'Component', 1, u'Identifier', None, u'Foreign key into the Component table denoting the component whose selection gates the the shortcut creation/deletion.'),
+(u'Shortcut', u'Component_', u'N', None, None, u'Component', 1, u'Identifier', None, u'Foreign key into the Component table denoting the component whose selection gates the shortcut creation/deletion.'),
 (u'Shortcut', u'Icon_', u'Y', None, None, u'Icon', 1, u'Identifier', None, u'Foreign key into the File table denoting the external icon file for the shortcut.'),
 (u'Shortcut', u'IconIndex', u'Y', -32767, 32767, None, None, None, None, u'The icon index for the shortcut.'),
 (u'Shortcut', u'Directory_', u'N', None, None, u'Directory', 1, u'Identifier', None, u'Foreign key into the Directory table denoting the directory where the shortcut file is created.'),