summaryrefslogtreecommitdiff
path: root/Demo/metaclasses/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/metaclasses/index.html')
-rw-r--r--Demo/metaclasses/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/metaclasses/index.html b/Demo/metaclasses/index.html
index af9caa9f58..eee473a814 100644
--- a/Demo/metaclasses/index.html
+++ b/Demo/metaclasses/index.html
@@ -547,7 +547,7 @@ base class methods when a derived class overrides<P>
all class variables<P>
<LI>Implement a different way to store instance variables (e.g. in a
-list kept outside the the instance but indexed by the instance's id())<P>
+list kept outside the instance but indexed by the instance's id())<P>
<LI>Automatically wrap or trap all or certain methods