diff options
Diffstat (limited to 'doc/static.html')
-rw-r--r-- | doc/static.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/static.html b/doc/static.html index a106dee..df876f4 100644 --- a/doc/static.html +++ b/doc/static.html @@ -160,7 +160,7 @@ to overload each of the pure virtual methods. Following a suggestion on the mail list, the docs attempt to flag all abstract classes and identify the pure virtual methods which must be overloaded in the derived class. Derived classes can be created in Python by writing Python methods to overload the pure virtual methods - no C++ code -is retquired. +is required. </P> <DIV CLASS="NAVFOOTER"> |