summaryrefslogtreecommitdiffstats
path: root/doc/static.html
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-05 22:02:42 -0600
committerTimothy Pearson <[email protected]>2011-12-05 22:02:42 -0600
commit8c9e5c21b7246ebab379d6d36120992c5e82501e (patch)
treebd3e2823a96f8cfb35b30b9514a3bc3d6e8857e7 /doc/static.html
parent74420664aeaa6bb4d9bbde7f70a3b4468d24be60 (diff)
downloadpytde-8c9e5c21b7246ebab379d6d36120992c5e82501e.tar.gz
pytde-8c9e5c21b7246ebab379d6d36120992c5e82501e.zip
Fix retquire
Diffstat (limited to 'doc/static.html')
-rw-r--r--doc/static.html2
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">