[Python-checkins] r55012 - peps/trunk/pep-3119.txt

andrew.kuchling python-checkins at python.org
Sat Apr 28 01:42:12 CEST 2007


Author: andrew.kuchling
Date: Sat Apr 28 01:42:06 2007
New Revision: 55012

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

Modified: peps/trunk/pep-3119.txt
==============================================================================
--- peps/trunk/pep-3119.txt	(original)
+++ peps/trunk/pep-3119.txt	Sat Apr 28 01:42:06 2007
@@ -76,7 +76,7 @@
 encapsulated within an object, examples being rule or pattern-match
 driven logic.
 
-On the the other hand, one of the criticisms of inspection by classic
+On the other hand, one of the criticisms of inspection by classic
 OOP theorists is the lack of formalisms and the ad hoc nature of what
 is being inspected.  In a language such as Python, in which almost any
 aspect of an object can be reflected and directly accessed by external


More information about the Python-checkins mailing list