Fix 'the the' error

This commit is contained in:
Andrew M. Kuchling 2007-04-27 23:42:06 +00:00
parent 59c5afdf4a
commit c61ac6d3cd
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ contrast to the classic OOP requirement of behavior being strictly
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