[Python-checkins] r55010 - peps/trunk/pep-0249.txt

andrew.kuchling python-checkins at python.org
Sat Apr 28 00:51:44 CEST 2007


Author: andrew.kuchling
Date: Sat Apr 28 00:51:38 2007
New Revision: 55010

Modified:
   peps/trunk/pep-0249.txt
Log:
Fix 'the the' error

Modified: peps/trunk/pep-0249.txt
==============================================================================
--- peps/trunk/pep-0249.txt	(original)
+++ peps/trunk/pep-0249.txt	Sat Apr 28 00:51:38 2007
@@ -226,7 +226,7 @@
             transaction support. [3]
             
             In case a database does provide transactions this method
-            causes the the database to roll back to the start of any
+            causes the database to roll back to the start of any
             pending transaction.  Closing a connection without
             committing the changes first will cause an implicit
             rollback to be performed.
@@ -573,7 +573,7 @@
     * The preferred object type for Binary objects are the
       buffer types available in standard Python starting with
       version 1.5.2. Please see the Python documentation for
-      details. For information about the the C interface have a
+      details. For information about the C interface have a
       look at Include/bufferobject.h and
       Objects/bufferobject.c in the Python source
       distribution.


More information about the Python-checkins mailing list