diff options
Diffstat (limited to 'Demo')
-rw-r--r-- | Demo/metaclasses/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/metaclasses/index.html b/Demo/metaclasses/index.html index af9caa9..eee473a 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 |